/*
 * Some parts courtesy W3C - thanks you guys! http://www.w3c.org
 */

BODY {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #FFCC99; color: #000000;
	margin: 10;
     }

/*
 * *** NS4 quirks ***
 */

TH, TD { font-family: Verdana, Geneva, Helvetica, sans-serif; }

PRE { font-family: monospace; }

/*
 * *** Miscellaneous settings ***
 */

BIG	{ font-size: small;	}
SMALL	{ font-size: xx-small;	}

H1 { font-size: large;	font-style : italic;	color: #330066;  line-height : 10px;  font-weight : bold;  text-transform : capitalize;      }
H2 { font-size: medium;  line-height : 10px;  font-weight : bold; 	 }
H3 { font-size: small;		font-variant: small-caps;  font-weight : bold;   color: #330066;   }
H4 { font-size: small;	font-variant: small-caps;  font-weight : lighter;  text-transform : uppercase;   }

A:link		{ color: Maroon; }
A:active	{ color: Silver; }
A:visited	{ color: Maroon;  font-weight : lighter;  }

A { text-decoration: none; }
A:visited, A:active { text-decoration: none; }
A:hover { text-decoration: underline;  font-weight : bold;  }

/*
 * *** Table settings ***
 */

TH { font-size: x-small; background-color: #FF9999; color: white; }
TD { font-size: x-small; }
