a:link, a:visited
	{
	font:bold small sans-serif;
	color:#99ffff;
	}
a:hover, a:active
	{
	font:bold small sans-serif;
	color:red;
	}
a.button
	{
	font:bold small sans-serif;
	border:1px solid gray;
	padding:2px 8px 2px 8px;
	margin:0 1px 0 0;
	text-decoration:none;
	}
a.button:link, a.button:visited
	{
	color:#E0E0E0;
	background-color:#006600;
	}
a.button:active, a.button:hover
	{
	color:white;
	background-color:#339900;
	}
body
	{
	background:#000000;
	}
div
	{
	width:704px;
	border:0px dotted fuchsia;
	margin:auto;
	}
h1
	{
	font:bold x-large sans-serif;
	color:#CCFFCC;
	text-align:center;
	}
p
	{
	font:normal small sans-serif;
	color:#CCFFCC;
	text-align:left;
	}
img
	{
	border:1px solid white;
	}
