
.otherLinks > a 
{  
	color: White;
}
.otherLinks > a:link 
{  
	color: White;
	text-decoration: underline;
}
.otherLinks > a:visited 
{ 
	color: #f3d279;/*#003399;*/ 
	font-style:italic;
/*	text-decoration: none;*/
}
.otherLinks > a:active 
{  
/*	color: White fires when you click on it;*/
/*	text-decoration: underline  overline;*/
}
.otherLinks > a:hover 
{   
/*	color: #95B2FF;*/
	font-weight: bold;
}
#mainimagetext
{
	color:White;
}
/*p
{
	color: White;
}
*/
a[rel~="noindex,nofollow"] {background-color: yellow; }