a:link    {
	text-decoration: none;
	color: navy;
}
a:visited {
	text-decoration: none;
	color: navy;
}
a:hover   {	
	text-decoration: underline;	
	color: #000000;
}

.body {
	font-family: "tahoma","arial","helvetica","ms sans serif";
	font-size: 11px;
	text-decoration: none;
	color : #000000;
}
.footer { font-family: "tahoma","arial","helvetica","ms sans serif";
      font-size: 9px;
      text-decoration: none; 
	  color: #000000 }
.nav {
	font-family: "tahoma","arial","helvetica","ms sans serif";
	font-size: 10px;
	text-decoration: none;
	color: Maroon;
	font-weight: bold;
}

.header {
	font-family: "tahoma", "arial","helvetica","ms sans serif";
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.headerblk {
	font-family: "tahoma", "arial","helvetica","ms sans serif";
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
 