<!-- Scrollbar, Font -->

body {
    scrollbar-face-color: #666666;
    scrollbar-shadow-color: #555555;
    scrollbar-highlight-color: #555555;
    scrollbar-3dlight-color: #555555;
    scrollbar-darkshadow-color: #555555;
    scrollbar-track-color: #DDDDDD;
    scrollbar-arrow-color: #000000;
    font-family: Courier;
    }
    
td {
    font-family: Courier;
    }

p {
    font-family: Courier;
    }

ul {
    font-family: Courier;
    }

h1 {
    font-family: Courier;
    }

h2 {
    font-family: Courier;
    }

h3 {
    font-family: Courier;
    }
    
h4 {
    font-family: Courier;
    }            


<!-- Links -->
    
A:link {
		color:#C00000; text-decoration: none;
		}
		  
A:active {
		color:#C00000; text-decoration: none;
		}
		 
A:visited {
		color:#C00000; text-decoration: none;
		}
		 
A:hover {
		color:#FF0000; text-decoration: underline;
		} 

