#border {background-color: #fc9;
}
.content  {color: #000;
           line-height: 1.5em;
           padding: 1em;
           margin: 0;
}
.content p {text-align: justify;
            margin: 1.5em 0;
}
.content h2 {font-size: 1.5em;
             font-style: normal
}
.content h3 {font-size: 1em;
             font-style: italic;
}
.content a {font-weight: bold;
            color: #900
}
.content a:visited {color: #666;
}
.content a:hover {color: #fff;
}
.center {clear: right;        /* dummy block for centering content */
         text-align: center
}
.centered {margin: 0 auto;    /* centering block for conforming browser (not IE) */
           width: 160px
}
#secondmenu {list-style-type: none;
             margin: 0;
             padding: 2em 0
}
#secondmenu li {text-align: left;
}
#secondmenu a {line-height: 1.5em;}

#secondmenu a:visited {color: #666;}