/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000080;
	background-color: #FFFFF9;
	margin: 0px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h3 {
	font-size: 30px;
	font-weight: bold;
	text-decoration: underline;
	color: #000080;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #990099;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #0000FF;
}
