/* Presentation Stylesheet */ 
 
a, a:link, a:visited, a:active
{
	text-decoration: none;
	color: #262324;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
	color: #d20029;
}
