body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 16px;
  background-color: #000000;
  color: #00FF00
}
p {
    margin: 10px
}
p.button {
    text-align: center
}
h1 {
    font-size: 1.2em;
	font-weight: normal;
	font-stretch: semi-expanded;
	margin: 0px
}
.center {
    text-align: center }

a:link {
    background-color: #000000;
	color: #00FF00;
	text-decoration: none }
a:visited {
    background-color: #000000;
	color: #00FF00;
	text-decoration: none }
a:hover {    
    background-color: #00FF00;
	color: #000000;
	text-decoration: none }
a:active {    
    background-color: #FFFFFF;
	color: #7F7FFF;
	text-decoration: none }

img { 
    margin: 20px
}
