.footer {
        font-family: Arial, Palatino, serif;
        color:  #666;
        font-size: xx-small;
}

a { color: #ff3333;
text-decoration: none;
}
 
a:hover { color: #ff3333;
text-decoration: underline;
}
 
a:active {
color: red;
}
 
div, p, th, td, li, dd, dl, dt { /* redundant selectors to help NS4 not forget */
font-family: Arial, Times New Roman, Times, serif;
font-size: 12;
line-height: 1.5em;
}

h1      {
        font-size:      2em;
        }
h2      {
        font-size:      1.75em;
        }
h3      {
        font-size:      1.5em;
        }
h4      {
        font-size:      1.25em;
        }
h5      {
 
        font: .8em verdana, arial, helvetica, sans-serif;
        }
h6      {
        font-size:      0.8em;
        }
.first  {
        margin-top: 0;
        padding-top: 0;
        }
h1, h2, h3, h4, h5, h6  {
        font-family:    arial, helvetica, sans-serif;
        }
 
h1.title  {
        font-size : xx-large;
        text-align : center; }
 
.menu {
        font-family : Arial; 
        font-weight : bold;
        color: blue;
        text-align : left;
      }
 
.contentText {
        color:  #666;
        background-color : white;
        border : thin solid;
        margin-left : 180px;
        margin-right : 100px;
        padding: 15px;
        }

