﻿body {
	background-color: #000000;
	background-image: url('images/back2.png');
}

body, td, p {
	font-family: Trebuchet MS, Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 13px;
	color: #ffffff;
	margin: 5 5 5 5;
}

h1 {
	font-size: 4em;
	color: #cccccc;
	text-align: center;
	font-family: Arial Black, Verdana, Arial, Sans-Serif;
}

h2 {
	font-size: 2em;
	color: #cccccc;
	text-align: center;
	font-family: Arial Black, Verdana, Arial, Sans-Serif;
}

h3 {
	font-size: 1.5em;
	color: #cccccc;
}

h4 {
	font-size:1em;
	color: #cccccc;
	font-weight: bold;
}
a {
	text-decoration: underline;
	color: #cccccc;
	border-bottom: .5 solid #ffffff;
}

a:visited {
	text-decoration: underline;
	color: #99cccc;
}

a:hover {
	text-decoration: none;
	background-color: #cccccc;
	color: #000000;
	border-bottom: 1px dashed #ffffff;

}

#main {
	margin-left: auto;
	margin-right: auto;
	width: 825px;
	border: 1px solid #ffffff;
	background-color:black;
	text-align:left;
	padding: 0 0 0 0;

}

#content {
	margin: 15 15 15 15;
	
