/* CSS Document */

/*
#############################################################
#        Paragraphs
#############################################################
*/

p{
    font-family: "Verdana", arial;
    font-size: 12px;
    line-height: 1.5em;
    color: #00f;
}

#footer p{
    text-align: center;
    padding-top: 40px;

    color: #fff;

}

#contact p{
 color: #000;
}

p.justify{
text-align:justify;
}

p.right{
text-align: right;
}

.newsWrapper p{
    font-size: 13px;
}

.newsWrapper p.date{
    font-size: 9px;
    color: #ab5f06;
        
}

strong{
    
    text-decoration: none;
    font-weight: none;

}




/*
#############################################################
#        Links   A 
#############################################################
*/

a{
font-family: "Verdana", arial;
text-decoration: none;
font-size: 10px;
color: #bbb;
}

#footer a{
    color: #668;
    font-size: 13px;
    font-family: "Times New Roman", arial, verdana;
}

#footer a:hover{
text-decoration: underline;
color: #88A;
}





/*
