
<head>
<title> Page Title Goes Here </title>

<style type="text/css">
<link rel="stylesheet" href="styles.css" type="text/css">
a:link {text-decoration: none; color: blue;}
a:visited {text-decoration: none; color: purple;}
a:active {text-decoration: none; color: red;}
a:hover {text-decoration: underline; color: red;}
body {
     font-family: Verdana;
     color: #000000;
     background-color: #ffffff;
     margin-left: 0px;
     margin-right: 0px;
     margin-top: 5px;
     margin-bottom: 5px;
}

.link
{
	FONT-SIZE: 12pt;
	FONT-FAMILY: Arial;
	COLOR: 	#000000

}



</style>

</head>

