/* CSS Document */
@font-face 
    {
    font-family: Anaheim;
    src: url("Anaheim-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

body { 

background-color:#222;
color: #00a000;
font-family:"Anaheim","Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
font-size:90%;
margin: 0;
padding: 0;

}

h1 { color:green; font-size:26px; }
h1:focus  { background-color:#222222; }
h1:hover  { background-color:#222222; }
h1:active { background-color:#222222; }

a:link    { color:green; text-decoration:none; }
a:visited { color:green; text-decoration:none; }
a:focus   { color:lime; text-decoration:none; }
a:hover   { color:lime; text-decoration:none; }
a:active  { color:lime; text-decoration:underline; }

text { color:green; font-size:18px; }

div.main {

background-color:#222222;
text-align: center;
margin: 10px;
padding: 10px;

}

div.login {

width: 200px;
margin-left: auto ;
margin-right: auto ;
padding: 10px;
}

span.label {
	display: block;
	width: 200px;
}

.loginfield{
	border: 0px;
	color: lime;
	background-color:#444;
	border: solid 1px #00aa00;
}