body {
    margin: 10 50;
    color: white;
    background-color: #5C132F;
	font-size: 12px;
	font-family: "Verdana";
}

a:link {
    color: white;
    text-decoration: underline;
}

a:visited {
    color: white;
    text-decoration: underline;
}
	
a:hover {
    color: white;
    background-color: red;
    text-decoration: underline;
}

a img {
    border: none;
}

/* header */
#header {
	border-bottom: white 2px solid;
	padding-bottom: 0px;
}

/* menu */
#menu {
	float: left;
	width: 20%;
	font-size: 12px;
}

#menu h3 {
	font-size: 14px;
	border-left: white 5pt solid;
	border-bottom: white 1pt solid;
}

#menu h4 {
	font-size: 12px;
	margin-right: 25%;
	border-bottom: white 1pt dotted;
}

/* body */

#body {
	float: right;
	width: 78%;
	padding-bottom: 2px;
}

#body h2 {
	background-color: #002756;
	font-size: 16px;
}

#body h3 {
	border-left: white 5pt solid;
	border-bottom: white 1pt solid;
	font-size: 14px;
}

#body h4 {
	border-bottom: white 1pt dotted;
	margin-right: 50%;
	font-size: 12px;
}

#body pre {
	font-size: 12px;
}

/* foot */

#foot {
	border-top: white 2px solid;
	text-align: right;
	font-style: oblique;
	margin: 5px 2px;
}

table {
	border: none;
	border-collapse: collapse;
}

td, th {
	border: 1px solid;
    margin: 1px;
    padding: 1px;
	font-size: 10pt;
}