/* CSS Document */

a:link    { color: #0099FF; text-decoration: none }
a:visited    { color: #007DFF; text-decoration: none }
a:hover    { color: #CC0033; text-decoration: none }

BODY { 
	font-family : Verdana, Arial, Helvetica, sans-serif;
	background-color : #333366;
	font-style: normal;
	color: #000000;
}
P.main { font-size : 13px; color : #000033 ; line-height: 16px; }
P.navbar { font-size : 16px; color : #0000FF }
H4 { color: #990000; }
UL LI { font-size : 13px; }
#link2  { color: #0099FF }
#link3  { color: #990000 }
#caption { color: #990000; font-size : 10px; }
#heading1 {
	color: #990000;
	font-size: 16px;
	font-weight: bold;
}
#heading2 {
	font-size: 13px;
	font-weight: bold;
}

