/* CSS Document */

body { 	background-image: url(index/starry.gif);
	background-attachment: fixed; }
	
table { border-collapse: collapse;
width: 80%; }

	td { padding-left: 6px;
		padding-right: 6px;
		padding-bottom: 10px;
		vertical-align: top; }
	
p {	font-family: "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 75%; 
	color: #9999ff; }
	
	.justify { text-align: justify; }
	.center { text-align: center; }
	.selene { font-family: "Times New Roman", Arial, sans-serif; 
	font-size: 115%; 
	color: #cccccc; 
	font-style: italic; 
	text-align: center; }

	
h1 { font-family: Verdana, Arial, Helvetica, "Lucida Sans", sans-serif;
color: #ccccff; 
font-size: 100%; 
text-align: center; }

h2 { text-align: center; 
font-family: Verdana, Arial, Helvetica, "Lucida Sans", sans-serif;
color: #9999ff; 
font-size: 80%; 
padding-bottom: 10px; }

a:link { color: #9999ff; text-decoration: none; }
a:visited { text-decoration: none; color: #9999ff; }
a:hover { text-decoration: underline; color: #ccccff; }
a:active { text-decoration: none; color: #ccccff; }
