BODY{    
        font-family:tahoma; 
		font-size:16pt; 
		background: #C1835A;	
		color: #804000;		
		border.right:30px; 
		border.left:0px;           
		text-align:left; 
		padding-right:20%;
		background-repeat:no-repeat;
		background-position:center center
        }
H1{
        color:black;
		font-size:18pt;
	    text-align:left
        }
H2{
        color:#FFFFD2;
		background:#804000;
		font-size:20pt;
	    text-align:left
		
        }
H3{
        color:yellow;
		font-size:14pt;
		background:red;
	    text-align:left
        }
H4{
        color: black;
		background: #FFFFD2;
		font-size:18pt;
	    text-align:left
        }
H5{
        color: #804000;
		background: #FFFFD2;
		text-align:left;  
		font-size:14pt
        }
H6{
        text-align:left;
	    color:red;
	    font-size:12pt
        }
A:link{
    	color: #804000;	
		text-decoration:underline
		}
A:visited{
		color: #804000;
		text-decoration:underline  
        }
A:hover{
        color:gray;
		text-decoration:none
        }
TABLE{
	   background: #FFFFD2;
	   color: #804000;
	   padding-left:0%;
	   border:0;
	   background-repeat: no-repeat;
	   background-position:center center
	   }
BLOCKQUOTE{
	   text-align:left;
	   padding-left:5%;
	   padding-right:5%
       }
