body{
	background-image:url("stars.gif");
	color:#FFD000;
	font-family:Garamond, Times New Roman;
	font-size:0.8em;
}
a{
color:#00D0FF;
}
a:active{
	color:#FFFF00;
}
a:visited{
	color:#00A0EE;
}
a:hover{
	color:#F0FF00;
}
h1,h2,h3,h4,h5,h6{
	font-family:Flexure, Verdana;
	text-align:center;
}
h1{
	font-size:2em;
	color:lime;
}
h3{
	margin:2px;
	color:#00D0FF;
	font-weight:none;
	font-size:1.1em;
}
h5{
	font-size:0.7em;
	font-weight:none;
}
img{
	border: none;
}
p{
	text-align:justify;
	text-indent:10px;
}
table{
	width:960px;
}
td, th {
	margin:6px;
}
div{
	margin:5px;
}
.indexleft{
	float:left;
}
.indexright{
	float:right;
}