body 
{    
    margin: 10;
    padding: 0;
    font-family: Tahoma, Verdana, Arial, Sans-Serif; 
    font-weight: normal;
    color: #000000;
    background-color: #ffff33;
    font-size: 1.2 em;

	
    
}


/* --------------- SECTION SPECIFICATIONS --------------- */

.h1
{
    margin: 10px 50px 10px 0;  
    font-weight: bold;
    font-size: 1.2em;    

    color: #330000;
	text-align: center;
   
} 
.h2
{
    margin: 10px 50px 10px 0;  
    font-weight: bold;
    font-size: 1.0em;    

    color: #330000;
	text-align: left;
   
}
.text
{
    margin: 10px 50px 10px 0;  
   
    font-size: 14px;    

    color: #330000;
	text-align: left;
   
}

.red
{
    margin: 10px 50px 10px 0;  
   font-weight: bold;
    font-size: 0.9em;    

    color: #ff6600;
	text-align: left;
   
}


a 
{
    text-decoration: none;
	
    color: #006666;    
}

a:hover
{  
   color: #ff6600;
	
    
}

.link
{   
   
    font-size: 1.0em;
	font-weight: bold;
	
		
}

