/* $Source: /home/johnny/html/RCS/johnny.css,v $ */
@import url(menu/menu.css);
html, body, table, td, th {
	font-family: arial, helvetica, verdana, sans-serif;
	color: white;
	background: red;
	}
body {
	margin-left: 12.5%; margin-right: 12.5%;
	text-align: justify;
	}
a:link, a:visited {
	background: transparent;
	color: yellow;
	text-decoration: none;
	}
a:hover, a:focus, a:active {
	background: transparent;
	color: #ADFF2F;
	text-decoration: underline;
	}
a#biteme:hover {
        background: white !important; color: red !important;
	white-space: nowrap;
        text-decoration: none !important;
	cursor: crosshair;
        font-size: 200% !important;
        text-transform: uppercase !important;
        }
p#bikini {
        text-align: center;
        font-weight: bold;
        background-color: black;
        padding: 0.5em;
        text-decoration: blink;
        border: dashed thin gray;
        }
p#tyranny {
        text-align: center;
	}
img#tinhat {
	float: left;
	padding-right: 1em;
	}
#tyranny img {
        border: dashed thin gray;
	}
img {
	font-weight: bold;
	}
.propaganda img {
	cursor: crosshair;
	}
blockquote {
        color: white;
        background: red;
	}
div {
	color: white;
	background: red;
	}
p {
        color: white;
        background: red;
	}
blockquote.discord {
	border: none;
	font-size: 140%;
	color: red; background-color: yellow;
	margin: 1px 0px 1px 0px; padding: 0.5em;
	font-weight: bold;
	text-align: left;
	cursor: help;
	}
ul.main, form, ul blockquote#blurb {
        background: #0090fe; /* Saltire blue ish */
        color: white;
	font-weight: bold;
	padding-top: 0ex; margin-top: 0ex;
	}
ul.main {
	border-style: solid;
	border-width: 1px; margin: 0;
	padding: 1em 0.5em 1em 1.75em;
	}
ul.main li {
	font-size: 105%;
	list-style: circle;
	list-style-position: inside;
	padding: 0; margin: 0;
	}
input {
        background: #0090fe;
        color: yellow;
	font-weight: bold;
	}
h1 {
	background: red;
	color: silver;
	padding-top: 0.5em;
	margin: 0;
	}
span.pic {
	font-size: 60%;
	}
div.why {
	border: none;
	text-align: center;
	margin-bottom: 1em;
	}
h2, h3, h4, h5, h6 {
	background: red;
	color: white;
	}
dl {
	background: red;
	color: white;
	}
div.s1 {
	float: right;
	white-space: nowrap;
	}
div.way {
	clear: both; padding-top: 0.2em;
	}
div.n1 {
	text-align: left;
	}
p.nobr {
	white-space: nowrap; font-weight: bold; padding-top: 1em;
	}
a.adiscord, a.adiscord:link, a.adiscord:visited {
	background: transparent; color: white;
	}
hr {
	text-align: center;
	}
sub {
	font-size: smaller; vertical-align: baseline;
	position: relative; bottom: -0.25em;
	}
sup {
	font-size: smaller; vertical-align: baseline;
	position: relative; bottom: 0.33em;
	}
acronym, abbr {
	border: none; cursor: help;
	}
#jpix { /* workaround Gecko featurette */
	border: solid thin red;
	}
.hide { 
	display: none;
	}
/* print CSS2 */
@media print {
html, body { 
  margin: 0; padding: 0; }
html, body, table, td, th, blockquote, p, div, ul, li, h1, h2, h3, dl, dt, dd {
  color: black !important;
  background: white !important;
  font-size: 10pt !important;
  font-family: times, "times new roman", serif !important;
}
* {
  color: inherit !important;
  background: transparent;
}
h1 { padding-top: 0; }
div.way, div.visit, img { page-break-inside: avoid; }
#jpix, ul.main { border: none; }
form, p#bikini { display: none; }
}
/* $Id: johnny.css,v 1.241 2009/02/24 13:03:40 johnny Exp $ */
