/* CSS Document */
<style type="text/css">
p {
font-family: "Trebuchet MS", sans-serif;
font-size: 1em;
font-weight: 400;
color: 000;}
body { font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;  font-size: 1em; font-weight: 400;  color: #000;}
h1 { background: none; font-family: "Times New Roman";  font-size: 2em; font-weight: 300; color: #FFCC00; }
h2 { font-family: "Trebuchet MS", Tahoma, Sans-serif;  font-size: 1.5em; font-weight: 300;  color: #00009C;}
h3 { font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;  font-size: 1em; font-weight: 400; color: #00009C; }
h4 { font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;  font-size: 0.7em; font-weight: 400; color: #000; }
  a {
    text-decoration: none;
  }
  a:hover {
	text-decoration: underline;
	background-color: #FFCC00;
}
a.three:link {
	display:block;
	background-color: #003366;
	text-decoration: none;
	color: #F8D25C;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
	border-color:#0088ff;
	font-family: "Trebuchet MS";
	font-size: 10px;
	text-transform: uppercase;
}
a.three:visited {
	display:block;
	background-color: #003366;
	text-decoration: none;
	color: #F8D25C;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
	border-color: #0088ff;
	font-family: "Trebuchet MS";
	font-size: 10px;
	text-transform: uppercase;
}
a.three:hover {
	display:block;
	background-color: #FFCC00;
	text-decoration: none;
	color: #003366;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
	border-color:#0000ff;
	font-family: "Trebuchet MS";
	font-size: 10px;
	text-transform: uppercase;
}

</style>
