/* RCS $Id: $ */

PRE, CODE, TT {
  font-family: monospace;
}

BODY {
  	font-size:	11pt;
	color: 		#F5F5F5;   	/*off white*/
  	background-color: #000;		/*black*/
	background-image: none;  	
  	word-spacing: 	normal;
  	letter-spacing: normal;
  	text-transform: none;
  	text-decoration: none;
  	margin-top: 	1.58em;
  	margin-left: 	2%;		/*reduce?*/
  	margin-right: 	3%;
  	margin-bottom: 	1.58em;
  	padding-top: 	0%;
  	padding-left:	0%;
  	padding-right: 	0%;
  	padding-bottom: 0%;
  	border-top: 	#369 none;
  	border-right: 	#369 none;
  	border-bottom: 	#369 none;
  	border-left: 	#369 none;
  	width: 		48em;
}

body, td {
  	font-family: Verdana, "Century Gothic", Syntax, sans-serif;
}


h1, h2, h3, h4, h5, h6, th, dt {
  	font-family: Tahoma, Verdana, "Century Gothic", Syntax, sans-serif;
}

CODE, KBD, SAMP {
	font-family: Monotype.com, "Courier New", monospace;
}

H1, H2, H3, H4, H5, H6, DT, LEGEND, CAPTION, TH, THEAD, TFOOT {
  	color: #FC0;
  	background: #000 none;
}

H1 {
  	font-size: 250%;
}

H2 {
  	font-size: 150%;
}

H3 {
	font-size: 125%;
}

H4 {
	font-size: 110%;
	color: #F0F0F0;
}

H5 {
	font-size: 110%;
}


DL {
	font-size: 100%;
}

HR {
	color: #369;
}

A:link {
	text-decoration: none;
  	font-weight: bold;
	color: #FFFF50;   		/*yellowish*/
  	background: #000 none;  	/*blue*/
}

A:visited {
  	text-decoration: none;
	font-weight: bold;
	color: #F0F0F0;   		/*off white*/
  	background: #000 none;  	/*blue*/

}

A:active {
  	text-decoration: none;
  	font-weight: bold;
	color: #F5F5F5;   		/*off white*/
  	background: #000 none;  	/*blue*/
}

A:hover {
  	text-decoration: none;
	color: #FFFFF0;   		/*off white*/
  	background: #009 none;  	/*blueish*/
}

A.offsite {
  	text-decoration: none;
	color: #F5F5F5;   		/*off white*/
  	background: #006 none;  	/*blue*/
}

EM {
	font-style: normal;
	font-weight: bold;
	color: #F5F5F5;
	background: #000 none;
}

STRONG {
	font-style: italic;
  	font-weight: bold;
  	color: #F5F5F5;
	background: #000 none;
}

EM STRONG, STRONG EM {
	text-transform: uppercase;
  	font-style: normal;
  	font-weight: bolder;
  	color: #F5F5F5;
  	background: #000 none;
}

.warning {
  	text-transform: none;
  	font-style: normal;
	font-weight: bolder;
  	color: yellow;
  	background: red none;
}

DEL {
	text-decoration: line-through;
}

INS {
	text-decoration: none;
}

VAR, CITE, DFN, .note {
	font-style: italic;
}

ADDRESS {
	font-style: normal;
  	letter-spacing: .1em;
}

ACRONYM {
	font-variant: small-caps;
  	letter-spacing: 0.1em;
}


.colophon {
	display: none;
}

CAPTION, COL, COLGROUP, TABLE, TBODY, TD, TR {
  	color: #F5F5F5;
  	text-decoration: none;
  	background: #006 none;
  	border-top: #369 none;
  	border-right: #369 none;
  	border-bottom: #369 none;
  	border-left: #369 none;
}
