
body {
FONT-FAMILY: "Arial", "sans-serif";
horizontal-align: middle;
//max-width: 500px;
background: #000000;
color: #a9f44b;
margin-left: 5em;
max-width: 500pt;
}

H1 {
color: #00ff00;

}

H2 {
color: #00ff00;

}


p {

color: #a9f44b;
line-height: 1.3em;


}

q {
font-style: italic;
}

blockquote {
font-style: italic;
}


small {
FONT-SIZE: 8pt; 
}

A:link{
	text-decoration:underline;
	color: #8bf936;
}

A:visited{
	color: #BBE96D;
}

A:active{
	color: #000000;
	background-color: #00ff00;
}

A:Hover{
	color: #00ff00;
}



