


	
.rhand  a:hover
{ 	
	border: 2px solid red;
	
}
	

.bhand a:hover
{ 	
	border: 2px solid blue;
	
}

.yhand a:hover
{ 	
	border: 2px solid #FFCC66;
	
}

.ghand a:hover
{ 	
	border: 2px solid green;
	
}

.ohand a:hover
{ 	
	border: 2px solid orange;
	
}

.text a:hover
{
	color: #FFFFFF;
	font-family: Comic Sans MS;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
	
}

.text a:link,
.text a:visited {
	
	color: #FFFFFF;
	font-family: Comic Sans MS;
	font-size: 9pt;
	text-decoration: underline;
}

.text1 
{ 	
	font-size: 9pt; 
	font-family: Comic Sans MS, Verdana, Arial, Helveticia;
	
}

td,
body 
{ 	
	font-size: 10pt; 
	font-family: Comic Sans MS, Verdana, Arial, Helveticia;
	
}
