body

	{
	font-family: courier new;
	font-size: 11px;
	color: black;
	scrollbar-base-color: #FF6600;
	scrollbar-body-color: #FF6600;
	scrollbar-arrow-color: black;
	scrollbar-track-color: #FF6600;
	scrollbar-highlight-color: #FF6600;
	scrollbar-shadow-color: #FF6600;
	scrollbar-3dlight-color: black;
	scrollbar-darkshadow-color: black;
	}

a:link
	{
	font-family: courier new;
	font-size: 9px;
	text-decoration: none;
	cursor: hand;
	color: #8D0000;	
	}
a:active
	{
	font-family: courier new;
	font-size: 9px;
	text-decoration: none;
	color: #8D0000;
	
	}
a:visited
	{
	font-family: courier new;
	font-size: 9px;
	text-decoration: none;
	color: black;	
	}
a:hover
	{
	font-family: courier new;
	font-size: 9px;
	text-decoration: none;
	color: black;	
	}

h1 
        {
        font-family: courier new;
        font-size: 20px; 
        color: black; 
        text-align:center;
        background:#BC4E04;
        line-height: 25px; 
        letter-spacing: 5px;
        margin-bottom: 2px;
        border-top:black 2px solid;
        text-transform:lowercase;
        }

h2 
        {
        font-family: courier new;
        font-size:9px;
        color: black;
        text-align:center;
        letter-spacing:2px;
        margin-top:0px;
        font-weight:normal;
        margin-bottom:0px;
        background:#BC4E04;
        text-transform:lowercase;
        }
