﻿body {
	color: #000000;
	background-image: url(images/blue.png);
	background-color: #0000CD;
	margin: 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;}
.content {
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	border: 0px;
	padding: 8px;
	width: 558px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #0000CD;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF8DC;
}
a {
	color: #0000CD;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p a:visited {
	color: #0000CD;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p a:hover {
	color: #FFF8DC;
	background-color: #0000CD;
}
