body { font: 10pt/20pt Times New Roman, serif;
       color:#000000;
       margin: 3px; 
       background:#ffffCC;}

#top { background:#e0eeee;
       border: solid #000 2px;
       padding:3px;}

#button {
	border: 1px solid #000;
	padding: 2px;
	margin: 1px;
        text-align:center;
	background-color: #e0eeee;
	color: #000;
	}

#button ul {display: inline;
		list-style: none;
		margin: 2px;
		padding: 0;
		border: none;
		}

#button li {display:inline;
             margin:5px;}

#button li a {
		display: inline;
                margin-top:5px;
                margin-bottom:5px;
		padding: 5px;
		border-left: 5px solid #9999cc;
		border-right: 5px solid #669999;
		background-color: #e0eeee;
		color: #592c16; 
		text-decoration: none;
		width: 100%;
		}

body #button li a {
		width: auto;
		}

#button li a:hover {
		border-top: 5px solid #9999cc;
		border-bottom: 5px solid #669999;
		background-color: #ffffcc;
		color: #3a5332;
		}

#container { margin: 0px;}
          
#right { position:absolute;
             right:0px;
             margin:5px;
             width:32%;
             padding: 3px;
             border:solid #000 2px;
             overflow:auto;}

#main {float:left;
       width:65%;
       padding:3px;
       border:dashed #000 1px;
       oveflow: auto;}

#pic {float:left;
         text-align:center;
         background:#9999cc;}

#entry { font: 10pt/20pt Times New Roman, serif; 
    color:#000000;
    padding: 3px; 
    margin: 5px;
    text-align: justify;
    clear:left;}

h1 { font: 24pt/36pt Times New Roman, serif;
     text-align:center; 
     letter-spacing: 1px;
     margin:0; 
     color: #000000;
     background: inherit;}

h3 { font: 14pt/24pt Times New Roman, serif; 
     text-align:center;
     letter-spacing: 1px;
     display:inline;
     margin:0; 
     color: #000000;
     background: inherit;}

a:link { font-weight: bold; 
         text-decoration: underline; 
         color: #336666;}
a:visited { font-weight: bold; 
	    text-decoration: none; 
	    color: #000033;}
a:hover, a:active { text-decoration: underline; 
	             color:#660000;}

ul ol {list-style:square inside;
       background:inherit;
       text-align:left;}



