
a.whitehyperlink:link 
{
	color:#ffffff;
	text-decoration:underline;
}
a.whitehyperlink:visited 
{
	color:#ffffff;
	text-decoration:underline;
}
a.whitehyperlink:hover{
	color:#ffffff;
	text-decoration:underline;
}

/*where there is a white background, use this as default*/
a:link 
{
	color:#333399;
	text-decoration:underline;
}
a:visited 
{
	color:#333399;
	text-decoration:underline;
}
a:hover{
	color:#333399;
	text-decoration:underline;
}

