body {
	background-color: Black;
	background-image: url(../images/star_field1.gif);
	color: Red;
	font-family: serif;
	font-size: medium;
	font-weight: bold;
}
td.btns {
	background-position: left;
	background-repeat: no-repeat;
	background-color: Black;
	padding-left: 8px;
}
h1 {
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
	width: 100%;
	font-style: normal;
	text-decoration: underline;
	vertical-align: middle;
	margin-bottom: 0%;
}
h2 {
	color: #DC143C;
	font-style: italic;
	font-variant: small-caps;
	vertical-align: middle;
	margin-bottom: 0%;
}

a, a:link, a:visited {
	color: Aqua;
}
a.btn, a:link.btn, a.btn {
	color: Aqua;
	text-decoration: none;
	width: 100%;
	height: 100%;
	border: thin double Navy;
	font-variant: small-caps;
}
a:focus.btn, a:hover.btn {
	color: #FF3333;
	text-decoration: none;
	width: 100%;
	height: 100%;
	border: thin double Purple;
}
a:active.btn {
	color: Gray;
	text-decoration: none;
	width: 100%;
	height: 100%;
	border: thin double Yellow;
}

h3 {
	color: #FF4500;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-variant: small-caps;
	text-decoration: underline;
}
