body {
	  margin:0px;
	  padding:0px;
	  font-size:12px;
	  
}
td,tr,li,ul
{
	font-size:12px;
}


A:link
{
	 
	font-size: 12px;
	color: black;
	text-decoration:none;
}
A:visited 
{
 
	font-size: 12px;
	color: black;
	text-decoration: none;
}
A:hover
{
	font-size: 12px;
	color: blue;
	text-decoration: underline;
}
.clear{
	
	 clear:both;
}



