body {
    text-align: center;
    background-color: #efe9e0;
    font-size: 10pt;
    font-family: arial, helvetica, sans-serif;
    }
    
#content {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid black;
    text-align: justify;
    width: 45em;
    background-color: #fff;
    }
    
#head {
    text-align: center;
    }

#head h1 {
/*    border-bottom: 1px solid black;*/
    margin: 0;
    background: url('images/title2.gif') 50% 50%;
    padding: 10px 0 10px 0;
    color: #333;
    font-weight: bold;
    font-size: 20pt;
    font-family: arial,geneva,helvetica;
    }
    
#head h2 {
    margin: 0;
    background: url('images/title2.gif') 50% 50%;
    padding: 0px 0 10px 0;
    color: #333;
    font-weight: bold;
    font-family: arial,geneva,helvetica;
    border-bottom: 1px solid black;
	}
    
#tabs {
    display:none;
    border-bottom: 1px solid black;
    padding: 3px;
    background: url('images/title2.gif') 50% 50%;
    }

#menu {
    border-bottom: 1px solid black;
/*    border-top: 1px solid black;*/
    padding: 3px;
    }
    
#main {
    padding: 30px;
    border-top: 1px solid #ccc;
    }

#foot {
    border-top: 1px dashed black;
    text-align: center;
    padding: 3px;
    background: url('images/title2.gif') 50% 50%;
    }

a:link, a:visited {
    text-decoration: underline;
    color: #206666;
    }
    
a:hover, a:focus, a:active {
    color: #387;
    text-decoration: none;
    }

#tabs a {
    display: inline;
    border: 1px solid black;
    padding: 4px 5px 3px 5px;
    background-color: #efe9e0;
    font-weight: bold;
    }

#tabs a:hover, #tabs a:active {
    background-color: #f3f0f0;
    }
    
#tabs a#seltab {
    border-bottom: 1px solid white;
    background-color: #fff;
    text-decoration: none;
    }

#menu {
    background-color: #fff;
    }    
    
#menu a {
    padding: 3px;
    }

p {
    line-height: 1.3;
    }

#main h2 {
    margin-top: 0px;
    }
