@charset "ISO-8859-1";

body {
	font-family: Times New Roman, Times, Sans-Serif;
	font-size: 16;
	color: #000080;
	background-color: #ff8000;
	background-attachment: fixed;
}

.background {
	font-size: 6;
	color: #ff8000;
}

h1 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 250%;
	color: #0000a0;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-family: Times New Roman, Times, Sans-Serif;
	font-size: 185%;
	color: #0000d0;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 120%;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

h4 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 185%;
	color: #000080;
	font-weight: bold;
	text-align: center;
}

a {
	color: #008000;
}

a:visited {
	color: #004000;
}

a:hover {
	color: #ffffff;
	background-color: #0000ff;
}

a:visited:hover {
	color: #ffffff;
	background-color: #0000ff;
}

a:active {
	color: #ffffff;
	background-color: #000000;
}

a:visited:active {
	color: #ffffff;
	background-color: #000000;
}

td a {
	color: #ff0000;
}

td a:visited {
	color: #c00000;
}

