BODY{   
        
        font-family:courier; 
		font-size:16pt; 
		color:navy;
        background:silver;        
		border.right:60px; 
		border.left:30px; 
		text-align:left; 
		padding-left:5%;
		padding-right:20%;
		background-repeat:no-repeat;
		background-position:center center
        }
H1{
        font-family:courier; 
		color:navy
		
        }
H2{
        color:navy
		
        }
H3{
        color:navy; 
		text-align:left
        }
H4{
        font-family:courier;
		font-size:20pt;  
		color: navy
        }
H5{
        text-align:left;
		font-size:18pt
        }
H6{
        text-align:left;
	font-size:smaller
        }
A:link{
		color:navy
		
		}
A:active{
		color:red;
		text-decoration:none
		}
A:visited{
		color:navy
		
        }
A:hover{
        color:red;		
		text-decoration:none
        }

HR {
		color:red
		}


