body {	background-repeat: repeat-y;
			background-color: rgb(0, 0, 155);
	}

body, html, td, font, div, p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: black;
	}

td {	text-align: left;
	}

td.label {
	text-align: right;
	font-size: small;
	}

td.center {
	text-align: center;
	}

font.meme {
	font-style: italic;
	color: #DD0000;
	font-weight: 900;
	}

P { 	font-size: medium;
	color: black;
	text-align: justify;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: 100;
	}

P.caption { 
	font-size: x-small;
	font-style: italic;
	font-weight: lighter;
	text-align: center;
	}

p.subtitle {
	font-size: medium;
	font-style: italic;
	font-weight: lighter;
	text-align: center;
	}

P.bitnote { 
	font-size: xx-small;
	text-align: center;
	font-weight: lighter;
	}

.headline {
 	font-size: medium;
	color: #880000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: 900;
	}

P.depreciated { 
	font-size: medium;
	color: #666666;
	text-align: justify;
	font-weight: lighter;
	}

P.update { 
	font-size: small;
	text-align: right;
	font-weight: lighter;
	}
p.article {
	text-align: justify;
	font-size: medium;
	font-weight: lighter;
	}

p.inbar {
	text-align: left;
	font-size: small;
	font-weight: lighter;
	padding: 2px;
	}

.tech { 
	font-size: small;
	color: black;
	text-align: right;
	font-weight: lighter;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	}

P.sig { 
	font-size: small;
	text-align: right;
	font-weight: lighter;
	}

P.image { 
	font-size: small;
	color: black;
	text-align: center;
	font-weight: lighter;
	}
p.question {
	font-weight: bold;
	font-size: large;
	}
p.answer {
	font-weight: lighter;
	font-size: medium;
	}
p.li	{
	font-size: medium;
	text-align: left;
	font-weight: lighter;
	}
p.lf	{
	font-size: medium;
	text-align: center;
	color: red;
	margin-left: 50px;
	margin-right: 50px;
	font-weight: bold;
	}


pre {
	font-family: Lucida Console, Lucida Sans Typewriter, Courier New, monospace;
	}

H1 { 	font-size: xx-large;
	text-align: center;
	color: black;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bolder;
	}

H2 { 	font-size: x-large;
	text-align: center;
	color: black;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bolder;
	}

H3 { 	font-size: large;
	text-align: center;
	color: black;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bolder;
	}

H4 { 	font-size: medium;
	text-align: center;
	color: black;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bolder;
	}

H5 { 	font-size: small;
	text-align: center;
	color: black;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bolder;
	}

H6 { 	font-size: x-small;
	text-align: center;
	color: black;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bolder;
	}

A { 	color: #000099;
	text-decoration: underline;
	}

A:visited { 
	color: #990000;
	text-decoration: underline;
	}

A:active { 
	color: #FF0088;
	text-decoration: none;
	}

A.here { 
	color: #000000 ! important;
	text-decoration: overline underline ! important;
	font-weight: bold ! important;
	}

A:hover { 
	color: #000000 ! important;
	text-decoration: overline underline;
	}

A.plain { 
	color: #000000 ! important;
	text-decoration: none ! important;
	}

A.anchor { 
	color: #000000 ! important;
	text-decoration: none ! important;
	}
img {
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	}

img#placeholder {
	border: 1px solid blue;
	padding: 1px;
	}


img.link {
	border: 1px solid blue;
	padding: 1px;
	}

img.thumb {
	width: 75px;
	height: 75px;
	border: 1px solid blue;
	padding: 0px;
	}

img.pthumb {
	width: 125px;
	height: 125px;
	border: 1px solid blue;
	padding: 0px;
	}

img.recthumb {
	width: 100px;
	height: 75px;
	border: 0px solid blue;
	padding: 0px;
	}

img.k1 {
	border: 0px solid white;
	padding: 0px;  	}

img.k2 {
	border: 1px dotted black;
	padding: 0px;  }

.tran
	{
	border: 0px solid blue;
	padding-left: 4px;
	margin-left: 4px;

	}

#placeholder {
	border: 2px solid red;
	}

/* layout */

		#container {
			width: 745px;
			border: 2px solid white;
			margin-left: auto;
			margin-right: auto;
			padding: 5px;
			background-color: rgb(255, 255, 255);
		}
		#banner {
			padding: 5px;
			margin-bottom: 5px;
		}
		#content {
			width: 525px;
			border: 1px solid rgb(0, 0, 155);
			padding-left: 4px;
			padding-right: 4px;
			padding-top: 0px;
			padding-bottom: 4px;
			margin-left: 200px;
			background-color: rgb(225, 225, 235);
			position: relative;
		}
		#sidebar {
			float: left;
			width: 190px;
			text-align: center;
			margin: 0;
			margin-right: 2px;
			border: 1px solid rgb(255, 255, 255);
			padding: 2px;
			background-color: rgb(255, 255, 255);
			position: relative;
		}
		#footer {
			clear: both;
			padding: 5px;
			margin-top: 5px;
		}

