
.header {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
	font-weight: bold;
}


.body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #cccccc;
}


/**************** Link Styles *******************/

A:link, A:visited, A:active  {
	color: Purple;
	text-decoration: none;
	font-weight: bold;
}
A:hover {
	text-decoration: underline;
}
A.white:link, A.white:visited, A.white:active {
	color: #cccccc; 
	text-decoration: none;
}
A.white:hover {
	color: #cccccc; 
	text-decoration: underline;
}
