body {
	background: #050505;
	color: #dcdcdc;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 90%;
}
a:link { 
	color: #99cfff;
	}
a:visited { 
	color: #c399dd;
	}
a:hover { 
	color: #9cffc1;
	background-color: #050505;
	text-decoration: none;
	}
a:active { 
	color: #333333;
	}

h1 {
	text-align: center;
}

h3 {
	font-family: Lucida Sans Unicode, Arial, sans-serif;
	color: #ffffbb;
}	

p.nav {
	text-align: center;
	border: 1px dotted #999;
	padding: 3px;
	font-size: 120%;
	font-family: Georgia, "Times New Roman", serif;
}

p.footer {
	font-style: italic;
}	

img {
	border: 3px solid black;
}	