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


TABLE{	   
	   background:black;
	   text-align:left; 
	   padding-left:0%;
	   border:0;
	   background-repeat: no-repeat;
	   background-position:center center
	   }



