/* MAIN.CSS - MAin stylesheet for microMAN solutions */

/* Universal Styles */
b.date, body, h1, h2, li, p, td, ul
{
	color: rgb(0,0,0);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Blue Header Styles */
h2
{
	color: ff6600;
	font-size: 11px;
}

/* Bold Style for Dynamic Date */
b.date{font-size: 10px;}

/* Generic Body Style */
body    
{ 
	background-attachment: fixed;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px; 
	margin-bottom : 0px;
}

/* Main Header Style */
h1{font-size: 18px;}

/* Anchor and Anchor:Hover Styles */
a, a:hover
{
	color: 000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:hover{color: 000099;}