﻿
BODY {
	PADDING: 0px;
	margin: 0px 5px 0px 5px;
	FONT-SIZE: 100%;
	BACKGROUND: black;
	COLOR: lime;
	line-height:130%;
	FONT-FAMILY: fixed, monospace;
	TEXT-ALIGN: left;
}
UL {
	PADDING: 0em;
	line-height:130%;
	MARGIN: 0em 0em 0em 1em;
}
LI {
	PADDING: 0em;
	FONT-SIZE: 100%;
	line-height:130%;
	MARGIN: 0em;
}
A {	
  BACKGROUND-COLOR: rgb(0,127,0);
	COLOR: rgb(0,255,0);
	line-height:130%;
	TEXT-DECORATION: none;
}
A:hover {
	BACKGROUND: rgb(0,255,0);
	COLOR: rgb(0,0,0);
	line-height:130%;
	/*TEXT-DECORATION: none;*/
}
A:active {
  BACKGROUND: rgb(0,191,0);
  line-height:130%;
  
}
h1,h2,h3,h4,h5,h6 {
	FONT-FAMILY: fixed, monospace;
	font-size:100%;
	line-height:130%;
	background:rgb(0,0,0);
	color:lime;
	padding:0px;
	margin:0px;
	font-weight: normal;
}
table, tr, td, pre {font-size: 100%; FONT-FAMILY: fixed, monospace;line-height:130%;}