body { 
    background-color: #F2E6D3;
    margin: 0px;
    padding: 0px;
    color: #999; 
}

p,h1,h2,h3,h4,ul,ol,li,div,tr,td,span,select,input,textarea,a,center {
    font-family:   Verdana, Arial, sans-serif, Helvetica, MS Sans Serif;
    font-size: 11px;   
    line-height: 18px;
}

/* links */

a.link1:link { 
    color: #000;
    text-decoration: none; 
    font-weight:bold;    
    font-size: 12px;    
}

a.link1:visited { 
    color: #000;
    text-decoration: none; 
    font-weight:bold;  
    font-size: 12px;         
}

a.link1:hover { 
    color: #000;
    text-decoration: underline; 
    font-weight:bold;    
    font-size: 12px;       
}

a.link1:active { 
    color: #000;
    text-decoration: none; 
    font-weight:bold;    
    font-size: 12px;       
}

a.nav:link { 
    color: #5A6B82;
    text-decoration: none; 
}

a.nav:visited { 
    color: #5A6B82;
    text-decoration: none; 
}

a.nav:hover { 
    color: #5A6B82;
    text-decoration: underline; 
}

a.nav:active { 
    color: #5A6B82;
    text-decoration: none; 
}

a.nav_active:link { 
    color: #09F;
    text-decoration: none; 
}

a.nav_active:visited { 
    color: #09F;
    text-decoration: none; 
}

a.nav_active:hover { 
    color: #09F;
    text-decoration: underline; 
}

a.nav_active:active { 
    color: #09F;
    text-decoration: none; 
}

a.default:link { 
    color: #5A6B82;
    text-decoration: none; 
}

a.default:visited { 
    color: #5A6B82;
    text-decoration: none; 
}

a.default:hover { 
    color: #5A6B82;
    text-decoration: underline; 
}

a.default:active { 
    color: #5A6B82;
    text-decoration: none; 
}

/* end links */

#opener {
    font-size: 20px;
    line-height: 22px;
    color: #000;
}

#text1 {
    font-size: 12px;
    line-height: 22px;
    color: #FFF;
}