A.white:link { 	background: #FFFFFF; 
	color: #FFFFFF; 
	text-decoration: none; }
A.white:visited { background: #FFFFFF; 
	color: #737294; 
	text-decoration: none; }
A.white:active { background: #FFFFFF; 
	color: orange; 
	text-decoration: none; }
A.white:hover { background: #FFFFFF; 
	color: #8C8D6B; 
	text-decoration: underline; }
A:link { 	background: #D9D8FA; 
	color: #000000; 
	text-decoration: none; }
A:visited { background: #D9D8FA; 
	color: #737294; 
	text-decoration: none; }
A:active { background: #D9D8FA; 
	color: orange; 
	text-decoration: none; }
A:hover { background: #D9D8FA; 
	color: #8C8D6B; 
	text-decoration: underline; }

BODY {	background-attachment: fixed; 
	background-repeat: no-repeat; 
	background-position: center center;
	font-size:8pt;
	font-family: Verdana, Arial;
	font-color:black;}
FONT{	family: Verdana, Arial;
	size:8pt;
	}

H2 {	font:17pt Verdana, Arial;
	color:#A00000;
	font-weight:bold;}
H4 {	font:12pt Verdana, Arial;
	color:#888888;
	font-weight:bold;
	font-style:italic;}
H5 {	font:8pt Verdana, Arial;
	color:#000000;
	font-weight:bold;}