a:link {
	color: #0000FF;
}
a:visited {
	color: #CC3333;
}
a:hover {
	color: #FF6600;
}
body {
	font-family: "Arial", "sans-serif";
	font-size: 100%;
}	

h1 {
	text-align="center"
	font-family: "Arial", "sans-serif";
	font-size: 180%;
	color: #003366;
}
h2 {
	text-align="center"
	font-size: 125%;
	color: #003366;
}
h3 {
	text-align="center"
	font-size: 100%;
	color: #003366;
}
.orange {
	color: #FF6600;
}