a:link {color: aqua;}
a:visited {color: magenta;}
body {
	background-color: black;
	font-family : Helvetica, Arial, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color:yellow;
}
.smalltext {
	font-size : 8pt;
}
.bigtext {
	font-size : 24pt;
}
.tanav {
	font-family : Helvetica, Arial, sans-serif;
	font-size : 11pt;
	font-weight : bold;
	color : white;
	text-decoration : none;
	}
.tanav:link {
	color : black;
	}
/*.tanav:active {
	color : red;
	}
.tanav:visited {
	color : white;
	} */
.tanav:hover {
	color : white; /* must be after others for FireFox */
	}
.lpnavbars td {
	font-family : Helvetica, Arial, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	text-align : center;
	color : red;
	height : 27px;
	background-image : url(lpimages/lpnavbackground.gif);
	border : 2px solid black;
	/* text-shadow : 5px 5px red; nope */
	}

.skyimage {
	 background-image:url("Images/opening2_3.jpg"); 
}
.RAOimage {
	 background-image:url("Images/astroscreen2.jpg"); 
}

.bold {font-weight: bold;}
.boldblue {color: blue; font-weight: bold;}
.def {color: red;}
.gold {color: #FFD700; font-weight: bold;}
.ib {font-weight: bold; font-style: italic;}
.italic {font-style: italic;}
.line {border-bottom-width: 2px;}
.lpcaption {text-align: center; font-style: italic;}
.lpcenter {text-align: center;}
.lpleft {text-align: left;}
.lpright {text-align: right;}
.red {color: red;}
.ub {font-weight: bold; text-decoration: underline;}
.un {text-decoration: underline;}
.small {font-size: 80%;}
.blktext {color:black;}


