/* Styles for the Main Index Pages */
body {
  background-color: #000000;
 }
a:link {color: #0000FF; }
a:visited {color: #0000FF;}
a:active {color: #FF0000;}
.h1 {
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #AE8E38;
	}
.text {
	font-size:80%;
	color: #FF0000;
	}
.return {
	font-size:80%;
	}
.footer {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	}

