BODY {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #000000;
    font-family: Times, Times CE, Times New-Roman;
    font-size: 15px;
    color: #808080;
    line-height: 200%;
    scrollbar-base-color: #009D04;
    scrollbar-face-color: #009D04;
    scrollbar-track-color: #808080;
    scrollbar-arrow-color: #808080;
    }

A:link, A:visited {
    color: #808080;
    text-decoration: underline;
    padding-left: 2px;
    padding-right: 1px;
    }
		    
A:active, A:hover  {
    color: #000000;
    background: #009D04;
    text-decoration: none;
    padding-left: 2px;
    padding-right: 1px;
    }

A.menu:link, A.menu:visited, A.menu:active, A.menu:hover {
    color: #009D04;
    background: #000000;
    text-decoration: none;
    font-weight: normal;
    letter-spacing: 2px;
    font-size: 14px;
    width: 100%;
    line-height: 160%;
    border: 1px solid #009D04;

    padding-left: 5px;
    padding-right: 3px;
    padding-top: 0px;
    padding-bottom: 3px;

    margin-left: 15px;
    margin-right: 25px;
    margin-bottom: 5px;
    }

TABLE {
    font-family: Times, Times CE, Times New-Roman;
    font-size:15px;
    color: #808080;
    line-height: 200%;
    }

H1 {
    font-size:28px;
    font-weight: bold;
    letter-spacing: 10px;
    color: #009D04;
    margin-top: 0px;
    margin-bottom: 20px;
    font-variant: small-caps;
    }

STRONG {
    font-weight: bold;
    color: #009D04;
    }

HR {
    height: 1px;
    color: #009D04;
    }

INPUT, SELECT, OPTION, TEXTAREA {
    font-family: Arial, Arial CE, Sans Serif;
    font-size: 12px;
    color: #808080;
    background: #000000;
    border: 1px solid #009D04;
    margin: 1;
    }
			    						