body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	line-height: 125%;
	color: #333333;
	background-color: #666666;
	margin-top: 60px;
}
h1 {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 10px;
	font-size: 30px;
}
a:link {
	color: #333333;
	text-decoration: none;
	border-bottom-color: #660099;
}
a:visited {
	color: #333333;
	text-decoration: none;
	border-bottom-color: #CC0099;
}
a:hover {
	color: #CC0099;
	border-bottom-color: #CC0099;
	font-size: 16px;
}
a:active {
	color: #333333;
	text-decoration: none;
	border-bottom-color: #333333;
}
h2 {
	font-size: 18px;
	font-family: "Courier New", Courier, monospace;
}
p {
	font-size: 12px;
}
h6 {
	color: #333333;
	font-size: 14px;
}
h3 {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	color: #FFFFFF;
}

