BODY{   
        
    font-family:"tahoma"; 
	font-size:16pt; 
	color:white; 
	border.left:10;
	border.right:40;
    background:black;        
	text-align:left;
	background-repeat:no-repeat
        }
H1{
	color:white;
	text-align:left
        }
H2{
    color:"white"; 
	text-align:left
        }
H3{
    color:"white"; 
	text-align:left
        }
H4{
    background:"gray";
	text-align:left
        }
H5{
    text-align:left;
	font-size:small
        }
H6{
    text-align: left;
	font-size: smaller
		}
A:link{
    	color:white;
		text-decoration:none
		}
A:visited{
		color:lime;
		text-decoration:none 
        }
A:hover{
        color:lime;
		text-decoration:none
        }
UL{
	list-style:  url(pics/stars.gif)
	
        }

TABLE{
	font-size:16pt;
	color:"white"; 
	background:"black";
	text-align:left; 
	padding-left:0%;
	border:0;
	background-repeat:no-repeat
	}

BLOCKQUOTE{
	text-align:justify;
	padding-left:5%;
	padding-right:5%
	}
