Body {margin: 0;}

	
/* Main Styles */

p {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}


B	{
	font-weight: Bold; font-size:11px; color: #FFFFFF;
}







/* Link Styles */

a:link {
	font-family: Verdana;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-family: Verdana;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: Verdana;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	font-family: Verdana;
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
}

