body, html {
	margin: 0px;
	background-color: #000000;
	background-image: url(images/space.jpg);
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px; font-weight: bold; color: #ffffff;
}

a:link {
	color: #FFFF99;
	text-decoration: none;
}

a:visited {
	color: #FFFF99;
	text-decoration: none;
}

a:active {
	color: #FFFF99;
	text-decoration: none;
}
	
a:hover {
	color: #FFFF99;
	text-decoration: underline;
}

a.menu {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

a.menu:hover {
	color: #FFFFFF; font-weight: bold; font-size: 11px;
	text-decoration: underline;
}

a.menu:visited {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}

a.menu:active {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}

.left {
	width: 150px;
	background-color: #336699;
	text-align: center; vertical-align: top;
	font-size: 9px; font-weight: bold; color: #FFFFFF;
}

.right {
	width: 120px;
	background-color: #FFFFF0;
	border-left: 1px solid #6699CC;
	text-align: center; vertical-align: top;
	font-size: 9px; font-weight: normal; color: #999999;
	line-height: 12px;
}

h1 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 22px; font-weight: bold; font-style: italic; color: #FFFFFF;
	margin-top: 10px; margin-bottom: 7px;
	text-align: center;
}

h2 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 18px; font-weight: bold; font-style: italic; color: #FFFFFF;
	margin-top: 10px; margin-bottom: 10px;
	text-align: center;
}

h3 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 16px; font-weight: bold; font-style: italic; color: #FFFFFF;
	margin-top: 10px; margin-bottom: 18px;
	text-align: center;
}

h4 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px; font-weight: bold; font-style: italic; color: #FFFFFF;
	margin-top: 10px; margin-bottom: 18px;
	text-align: center;
}

h5 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px; font-weight: bold; font-style: italic; color: #FFFFFF;
	margin-top: 30px; margin-bottom: 5px;
	text-align: center;
}

.credits {
	font-size: 11px; font-weight: bold; font-style: italic;
	text-align: center;
	margin-top: 1px; margin-bottom: 7px;
}

.top {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-style: italic;
	}

.main {
	margin-top: 10px; margin-bottom: 10px; margin-left: 15px; margin-right: 10px;
	font-size: 11px; line-height: 18px;
	text-align: left; vertical-align: top;
}


#footer {
	font-size: 10px; text-align: center;
}