

<style type="text/css">
body{
background : #CECE99; 
		font : 15px Courier, Verdana, Arial, Geneva, Helvetica, sans-serif;
		color : #666600;
           scrollbar-3dlight-color: #A5A57A; 
           scrollbar-arrow-color: #cece99; 
           scrollbar-base-color: #A5A57A; 
           scrollbar-track-color: #cece99; 
           scrollbar-darkshadow-color: #cece99; 
           scrollbar-face-color:#A5A57A;
           scrollbar-highlight-color: #cece99; 
           scrollbar-shadow-color: #cece99; 
     	}

html>body{
    background : #CECE99; 
		font : 15px Courier, Verdana, Arial, Geneva, Helvetica, sans-serif;
		color : #666600; 
}
					
#header {
            top: 0px;
						font: 25 px Courier;
						text-align: center;
						letter-spacing : 8px; 
						         

           }
#leftside{
           
            position: absolute;
	          width : 170px;
            left: 10px;
            top:325px;
            font: Courier, serif;
	          letter-spacing : 4px;
						border: 1px;
								
	          		
	}
	

					 
#content {
            position: absolute;
            width : 450px;
            left: 220px;
            top: 325px;
						letter-spacing: 0.1em;
						
            
						
                       
	}
	
h4{
           font: 10px Arial, sans-serif;
					 }
					 
a:link, a:visited {
	background: transparent;        /* Background is transparent */
	color: #666600;			/* Text color */
	font-weight: bold;		/* Makes the text bold */
	text-decoration: none;		/* No underline */
	}
	
/* Declaration of general link properties - hover and active states */

a:hover, a:active {
	background: transparent;	/* Background is transparent */
	color: #666600;			/* Text color */
	font-weight: bold;		/* Makes the text bold */
	text-decoration: none;		/* No underline */
	border-bottom: 1px #666600 dotted; /* Bottom border width, colour and style */
	}
	
</style>
