body {
	background-image: url(images/bodybg.png);
	margin-top: 0px;
	margin-bottom: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #33FF99;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
hr {
	height: 5px;
	width: 95%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF3300;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #33FF99;
	border-right-style: none;
	border-left-style: none;
}
.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000000;
	width: 770px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: inset;
	border-left-style: outset;
	border-right-color: #33FF99;
	border-left-color: #33FF99;
	color: #FFFFFF;
}
.green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #33FF99;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF3300;
}
.main a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF3300;
	text-decoration: underline;
}
.main a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF3300;
	text-decoration: underline;
}
.main a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #33FF99;
	text-decoration: underline;
}
.grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}
.grey a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
}
.grey a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
}
.grey a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CC0000;
	text-decoration: underline;
}
.nav {

	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #FF3300;
	border: 2px dotted #FF3300;
	width: 200px;
	text-align: center;
	text-decoration: none;
}
.nav a:link {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: bold;
	color: #33FF99;
	text-align: center;
	text-decoration: none;
}
.nav a:visited {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: bold;
	color: #33FF99;
	text-align: center;
	text-decoration: none;
}
.nav a:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: bold;
	color: #FF3300;
	text-align: center;
	text-decoration: underline;
}
.imgs img {
	border: 1px solid #FF3300;
}
.imgs:hover img {
	border: 1px solid #33FF99;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #33FF99;
	text-decoration: none;
	text-align: left;
}

