a:link.contact
{
	text-decoration: none;
	color: Red;
}

div.centered 
{
     text-align: center;
}

div.centered table 
{
     margin: 0 auto; 
     text-align: left;
}

a:visited.contact
{
	text-decoration: none;
	color: Red;
}

a:hover.contact
{
	text-decoration: underline;
	color: Red;
}

a:active.contact
{
	text-decoration: none;
	color: Red;
}