 

h1 
{
	font-family:Arial;
	font-size:medium;
	color:White;
	background-color:#D6D6D6;
	
			
	}

h2 
{
	font-family:Arial;
	font-size:small;
	color:Black;		
}

p.special 
{
    background-color: #D6D6D6;
    
	width:370;
     } 
     
p.special2
 {
    background: #000000;
    
	width:275;
     } 


.funkyclass 
{
	background-color: #CDC9C9;
        font-family:Arial;
	font-size:medium;
	color:red; 
	 
                  }
                   
.spunkyclass 
{
	background-color: white;
    font-family:Arial;
	font-size:small;
	color:black; 
	
}

a:active
{
	color:#000080
}

a:link
{
	color:#23238E
}

a:visited
{
	color:#23238E
}

table 
{
	float:left
} 

	 
