/* basic elements */
body { 
    font: 12pt/20pt georgia; 
    color: #555753; 
    margin: 0px auto 0px auto;
}
p { 
    font: 12pt/16pt georgia; 
    margin-top: 0px; 
    text-align: justify;
}
h3 { 
    font: italic normal 12pt georgia; 
    letter-spacing: 1px; 
    margin-bottom: 0px; 
    color: #7D775C;
}
a:link { 
    font-weight: bold; 
    text-decoration: none; 
    color: #CCFFCC;
}
a:visited { 
    font-weight: bold; 
    text-decoration: none; 
    color: #70FF70;
}
a:hover, a:active { 
    text-decoration: underline; 
    color: orange;
}

tbody th,td {
	font-size: 0.8em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 7px;
	border-bottom: 1px solid black;
	text-align: center;
	width: 170px;
}

tbody td:hover {
	background: #830004;
}

#sidemenu {
	background: #470002;
	width: 100%;
	height: 600px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
}