body {
    font-family: Arial, Verdana, sans-serif;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
h1 , h2 , h3 , h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 20px;
}


#sidebar .sideBlock h2 {
    font-size: 18px;
}
#footer  {
    color: #FFFFFF;
    text-align: center;
}
a:link , a:active, a:visited{
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    color: #0402E7;
    text-decoration: none;
}
a:hover {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    color: #EF0F13;
}
#menu a:link , #menu a:active, #menu a:visited{
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    color: #FFF;
    text-decoration: none;
}
#menu a:hover {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    color: #4ED0F8;
    background-color: #333;
}





#menu ul {
    list-style-type: none;
}
