body
{
    FONT-FAMILY: 'Trebuchet MS', 'Times New Roman', Arial, ;
    background-color: White;
    margin:40px 40px 40px 40px;
}
A
{
	font-size: larger;
	color: blue;
	font-style: italic;
	font-family: Sans-Serif;
	font-variant: normal;
	text-decoration: none;
}
A:hover
{
	font-weight: normal;
	font-size: larger;
	color: red;
	border-bottom: solid;
	font-style: italic;
	background-color: white;
	text-decoration: none;
}
.Footer
{
	background-color: White;
	font-family: 'Times New Roman';
}
