﻿a {
	color: #FF0000;
}
a:visited {
	color: #00FF00;
}
a:active {
	color: #808080;
}
a:hover {
	color: #FFFF00;
}
body {
	background-color: #000000;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	color: White;
	font-weight: bold
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: italic;
	color: white;
}

img {
	margin: 5px;
	border-width: 3px;
	border-color: #808080;
	width: 200px;
	height: auto;
}


h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	color: white;
	font-weight: normal;
}

.logo2 {
	height: 104px;
	width: 549px;
}

.style1 {
	text-align: center;
}

.linkButtons {
	margin: 0px 20px 0px 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	color: #FF0000;
	font-weight: normal;
}

.style4 {
	padding: 2px;
	margin: auto;
	border: thin solid #FFFFFF;
	width: 600px;
	height: auto;
	position: static;
	z-index: auto;
}

.style5 {
	border: 0px none #000000;
	width: 925px;
	height: auto;
	position: relative;
}

