a:link {
	color: #000000;
	text-decoration: none; 
}

a:active { 
	color: #000000;
	font-weight:bold;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: none; 
}

a:hover {
	color: #000000;
	font-weight:bold;
	text-decoration: underline;
}

p, td, div, li {
	font-size:70%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}


table { 
	border:1px;
	border-color:#000000;
	}
