/* This style applies only to the navbar */
a.navbar{
    font-family: normal;
    font-size: 2;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    color: white;
}
a.navbar:hover{
    color: white;
}
/* This style applies to the rest of the document */
a{
    font-family: normal;
    font-size: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    color: blue;
}
a:hover{
    color: red;
} 
h1,h2,h3,h4,h5,h6{
    font-family: arial, helvetica;
    font-size: 32px;
    font-weight: bold;
}
p, td p, ul, ul li{font: 1em/1.3em arial, helvetica;}

h2.title{font:bold 1.4em/1.3em "Times New Roman", Times, serif; padding:0; margin:0 0 12px;}
h3{font:bold 1.3em/1.3em "Times New Roman", Times, serif; padding:0; margin:10px 0 0; color:#900;}
