BODY{    
        font-family:tahoma; 
		font-size:16pt; 
		color:#E2C648; 
		background-repeat: no-repeat;
	    background-position:left center;
		background:#E2C648;
		text-align:left
        }
H1{
        color:#E2C648;
		background:#E2C648;		
		font-size:18pt;
	    text-align:left
        }
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:white;
		text-decoration:underline
		}
A:visited{
		color:white;
		text-decoration:underline   
        }
A:hover{
        color:red;
		text-decoration:none
        }

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



