@charset "utf-8";
/* CSS Document */

body {
	background-color: black;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: white;
}

.gotop {
	font-size: 8pt;
	font-style: italic;
	text-align:right;
}

.spotbox {
	width: 400px;
	margin: 0 auto 0 auto;
	text-align:left;
}

a:link, a:visited {
	color: #669900;
}

a:hover {
	color: #FFFF00;
}
