BODY {
        margin: 5px;
	background-color: #ffffee;
/*
        background: #000 url(http://brainwashed.com/images/chairback.gif) no-repeat 600px 0;
*/
        background-attachment: fixed;

        }

* {
        font-family: "Courier New", Courier, mono;
        font-size: 10pt;
        color: #000;
        }
        
a {
        font-family: "Courier New", Courier, mono;
        font-size: 10pt;
        color: #cc0000;
        text-decoration: none;
	font-weight: bold;
        }
        
a:hover {
        text-decoration: underline;
        }
        
h1, .mainHeader {  
        font-weight: bold;
        font-size: 16pt; 
        text-transform: uppercase; 
        }
