/* Example style sheet file (note how this comment was created) */

BODY { 

    font-family: Arial, Symbol, serif; 
    color: #ffffff;
    font-size: 12px;
    padding: 0px;
    background-image: url('images/wp.gif');
    text-align: center;
    border-color: #ffffff; border-style: solid;
    }
    
 
    


    b {font-size: 12px; color: #ffffff; font-family: Arial;}

    p {font-size: 12px; color: #ffffff; font-family: Arial;}
 
    
     h1 {
    font-family: Arial, Symbol, serif;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    }
    
     h2 {
    font-family: Arial, Symbol, serif;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    }
    
    h3 {
    font-family: Arial, Symbol, serif;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    }
    
    h4 {
    font-family: Arial, Symbol, serif;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    }
    
   A { text-decoration:none }
    a:link {color: #a1a1a1; text-decoration: none; }
    a:visited {color: #a1a1a1; text-decoration: none; }
    a:active {color: #ffffff; text-decoration: none; }
    a:hover {font-family: Arial; font-size: 14px; font-weight: bold; color: #ffffff; text-decoration: none; }
    
    
    div#container
    {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    }
   
