a:link {
	color: black;
	text-decoration: none
}
a:active {
	color: black;
	text-decoration: none
}
a:visited {
	color: black;
	text-decoration: none
}
a:hover {
	color: blue;
	font-size: +1;
	text-decoration: none
}
body {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.small {
	font-size: 10pt;
}

h1 {
	padding: 0px;
	font: bold 15pt Arial Black, Verdana, Arial, sans-serif;
	text-transform: uppercase;
}
h1 a:active {
	text-decoration: none;
	font: bold 15pt Arial Black, Verdana, Arial, sans-serif;
	color: blue;
	text-transform: uppercase;
}
h1 a:visited {
	text-decoration: none;
	font: bold 15pt Arial Black, Verdana, Arial, sans-serif;
	color: black;
	text-transform: uppercase;
}
h1 a:hover {
	text-decoration: none;
	font: bold 15pt Arial Black, Verdana, Arial, sans-serif;
	color: blue;
	text-transform: uppercase;
}
	

img {
	border-color: #000000;
}

#content {
	width: 800px;
	height: 450px;
	overflow: auto;
	padding: 10px;
}

