﻿body {
	font: 100% "Comic Sans MS";
	background-color: #000000;
	background-image: url('images/bg.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
}
h1 {
	font-family: Old English Text MT;
	font-size: xx-large;
	text-decoration: underline;
	margin-bottom: 0px;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	margin-bottom: 0px;
}
h3 {
	font-size: large;
	margin-bottom: 0px;
}
a:active {
	text-decoration: none;
	color: #008080;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:link {
	text-decoration: none;
	color: #002F2F;
}
a:visited {
	text-decoration: none;
	color: #008080;
}
img {
	border: none;
}
h4 {
	font-size: 8pt;
}
table {
	margin-right: auto;
	margin-left: auto;
	width: 519px;
}
.box {
	width: 650px;
}
.u {
	text-decoration: underline;
}
.b {
	font-weight: 600;
}
