body {
/*	font-family: sans-serif;	*/
/*	font-family: fantasy;	*/
/*	font-family: cursive;	*/
	font-family: serif;
	font-size: 13pt;
	background-color: #000000;
	color: #fff000;
	background-image: url('spacebg2.gif');	
/*	background-image: url('universe.jpg');	
	background-image: url('http://www.haven.k12.pa.us/orfft/pageback.jpg'); 
	background-image: url('http://home.comcast.net/~astrophoto//Stars-a.gif');
*/
	background-attachment: fixed;
}

a:link{
	color: white;
}

a:visited {
	color: lime;
}

a:hover {
	color: aqua;
}

a:active {
	color: fuchsia;
}

H1 {
	/* +4 */
	text-align: center;
	font-size: 36pt;
	font-weight: bold;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

H2 {  /* +3 */
	font-size: 24pt;
	font-weight: normal;
}

H3 {  /* +2 */
	font-size: 18pt;
	font-weight: normal;
}

H4 {  /* +1 */
	font-size: 13pt;
	font-weight: bold;
}

td {  /* +1 */
	font-size: 13pt;
	color: #fff000;
	font-weight: bold;
}

td.large {  /* +2 */
	font-size: 18pt;
	color: #fff000;
	font-weight: bold;
}

ul {
	font-size: 13pt;
	font-weight: bold;
}

ul.large {
	font-size: 18pt;
	font-weight: bold;
}

ul ul {
	font-size: 12pt;
	font-weight: normal;
	color: #ff90f0;
}

ul.stars {
	list-style-image: url('../images/image53.gif');
	line-height: 250%;
	font-weight: bold;
}

ul.stars li:first-letter {
	font-size: 18pt;
	font-weight: normal;	
}

.credits {  /* -1 */
		font-size: 10pt;
		text-align: center;
}

.navigation {  /* -1 */
		font-size: 10pt;
		text-align: center;
}

hr {
	color: #00ff00;
	width: 85%;
	text-align: center;
	clear: both;
}
		 
/* Effects and such */

.center {
     	text-align: center;
}

table.center {
	margin: auto;
	text-align: left;
} 

.red {
	color: #ff0000;
}
	
.asphalt {
	color: #ff0000;
	font-weight: bold;
	font-style: italic;
}

.FL {
	float: left;
	margin: 0px;
	border: 0px;
	padding: 5px;
}

.FR {
	float: right;
	margin: 0px;
	border: 0px;
	padding: 5px;
}
.FL5 {
	float: left;
	margin: 0px;
	border: 0px;
	padding: 0px;
	width: 45%;
}

.FR5 {
	float: right;
	margin: 0px;
	border: 0px;
	padding: 0px;
	width: 45%;
}

div.Col1of2 {
	float: left;
	width: 40%;
}

div.Col2of2 {
	float: right;
	width: 40%;
}
/* Newsprint stuff */

div.NewsPaper2Col {
	background-color: #FFFEEE;
	color: #000000;
	margin: auto;
	text-align: left;
	padding: 10px;
	width: 440px;
	text-indent: 15px;
}

div.NewsPaper3Col {
	background-color: #FFFEEE;
	color: #000000;
	margin: auto;
	text-align: left;
	padding: 10px;
	text-indent: 15px;
	width: 660px;
}

div.NewsColumn {
	float: left;
	width: 200px;
	padding: 10px;

}

div.NewsColumnLast {
	clear: left;
	width: 200px;
	padding: 10px;
}

p.cont{
	text-indent: 0px;
}


