﻿
a:active { color: "#3300CC"; text-decoration: none }
a:visited { color: "#3300CC"; text-decoration: none }
a:hover { color: "#99CCFF"; text-decoration: underline }
.style1 {
	color: #FF0000;
	font-weight: bold;
}
.style2 {
	color: #0000FF;
	font-size: large;
	font-weight: bold;
}
.style3 {
	color: #0000FF;
}
a:link { color: "#FF0000"; 
                          text-decoration: none
                          }
h1 {position:relative;
	font-family: Magneto;
	font-size: xx-large;
	font-weight: normal;
	text-align: center;
	color: #000080;
}
h2 {text-align:center;
	font-family: Magneto, "Arial Black", "Courier New";
	font-size: x-large;
	color: #000080;
}

body {
	background-color: #FFFFFF;
	text-align: center;
}



a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	font-style: italic;
	color: #800080;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	font-style: italic;
	color: #800080;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	font-style: italic;
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	font-style: italic;
	color: #0000FF;
	text-decoration: none;
}

#Feedback {
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	color: #0000FF;
	float: left;
}
#home {
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	color: #0000FF;
	float: left;
}

