/* CSS Document */
.style1
{
    width: 100%;
    font-family: Verdana;
    font-size: small;
    color: #444444;
    background-color: whitesmoke;                                   
}
.style2
{    
    background-color: #FFCC66;    
}    
.style3
{
    color: #000000;
}
.style4
{
    width: 100%;
}

.header_text {
color: white; 
font-size: 24px;
font-weight: bold; 
font-family:"Verdana";
}