A.bar:link {
           font-family: arial, times new roman;
           text-decoration: none;
           font-size: 120%;
           font-weight:bold;
           color:#3D3F79;
}

A.bar:visited {               
           font-family: arial, times new roman;
           text-decoration: none;
           font-size:120%;
           font-weight:bold;
           color:#3D3F79;
}

A.bar:hover {
           font-family: arial, times new roman;
           text-decoration: underline;
           font-size: 120%;
           font-weight:bold;  
           color:#990000;
}

H2 {
           font-family: arial, times new roman;
           text-decoration: none;          
           font-weight:bold;
           color:#000000;
}

H3 {
           font-family: arial, times new roman;
           text-decoration: none;          
           font-weight:bold;
           color:#3D3F79;
}

.current {      
           font-family: arial, times new roman;
           text-decoration: none;          
           font-size: 12pt; 
           font-weight:bold;
           color:#990000;
}

.normal {
           font-family: times new roman;
}

