body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: white;
	background-color: black;
}
div#outer {
    width: 780px;
    background-color: black;
	background-image: url(../images/Background3.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 0px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
	border: none;
}
td#menu {
	font-size: large;
}
a {
	color: white;
	text-decoration: underline;
}
a:active,a:visited {
	color: yellow;
	text-decoration: underline;
}
h2 {
	text-align: center;
}
.style1 {
	font-size: small;
}
.style2 {
	color: #00FF00;
	font-weight: bold;
}