﻿body 
{
	font-family: Arial;
}

a.menu:link
{
	font-family:Gill Sans MT;
	color:#DB0C41;
	text-decoration:underline;
}
a.menu:visited
{
	font-family:Gill Sans MT;
	color:#DB0C41;
	text-decoration:underline;
}
a.menu:active
{
	font-family:Gill Sans MT;
	color:#DB0C41;
	text-decoration:underline;
}
a.menu:hover
{
	background-color: #DB0C41;
	color: White;
}

