div.left {
    text-align: left;
}
div.right {
    text-align: right;
}
span.indent {
   text-indent: 10px;
}
span.space {
   white-space: pre;
}
   A.noLink {
   text-decoration: none;
   color: #0000AA;
}
span.heading1 {
   font-size: 115%;
   font-weight:  bold;
   font-family: arial, "sans-serif";
   /*--- color: 00009C; ----*/
}
div.nav_links {
   font-size: 75%;
}
    
