﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #000000;
	background-repeat: repeat;
	background-attachment: scroll;
	text-align: center;
}
#container {
	width: 676px;
	margin: 40px auto 10px auto;
}
#content {
	background-color: #000000;
	text-align: justify;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#content h2, h3 {
	color: #FF0000;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 10px;
	font-size: medium;
	margin-top: 30px;
	margin-bottom:20px;
}
a {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	outline: black; 
}
a:link {
	outline:black;
}
a:hover {
	color: #00FFFF;
}
a:active {
	color: #0000FF;
	outline: black;
}
#footer {
	clear: both;
	background-color: #000000;
	font-weight:bold;
	font-style: italic;
	font-family: Georgia, Verdana, "Trebuchet MS", Arial;
	font-size:  small;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 15px;
}
#footer ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#footer li {
	margin: 0px 6px 0px 6px;
	display: inline;
}
