<!-- Scrollbar, Font -->

body {
    scrollbar-face-color: #302770;
    scrollbar-shadow-color: #A0A0FF;
    scrollbar-highlight-color: #302770;
    scrollbar-3dlight-color: #302770;
    scrollbar-darkshadow-color: #302770;
    scrollbar-track-color: #A0A0FF;
    scrollbar-arrow-color: #A0A0FF;
    font-family: Courier;
    color: #D0D0FF;
    }

td {
    font-family: Courier;
    color: #D0D0FF;
    }

td.hl {
    font-family: Courier;
    color: #000000;
    background: #D0D0FF;
    }

td.ns {
    font-family: Courier;
    color: #FFFFFF;
    background: #7777FF;
    }

p {
    font-family: Courier;
    color: #D0D0FF;
    }

ul {
    font-family: Courier;
    color: #D0D0FF;
    }

<!-- Links -->

A {
    text-decoration: none;
    }
    
A:link {
		color:#40e040; text-decoration: none; font-weight: bold; font-family: Courier;
		}
		 
A:visited {
		color:#F3BC37; text-decoration: none; font-weight: bold; font-family: Courier;
		}
		 
A:hover {
		color:#40e040; text-decoration: underline; font-weight: bold; font-family: Courier;
		} 

A:active {
		color:#FFFFFF; text-decoration: none; font-weight: bold; font-family: Courier;
		}