body {
	padding: 0px;
	margin: 0px;
	font-family: courier new, courier, fixed, monospace;
	background-color: #EEEEEE;
}

div.head {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	vertical-align: bottom;
	padding-left: 0.5cm;
	padding-top: 0.5cm;
	padding-bottom: 0.5cm;
	font-size: 1.6em;
	color: black;
	background-color: white;
}

div.menu {
	padding-left: 1cm;
	font-size: 1.2em;
	color: black;
}	

div.body {
	padding-left: 1cm;
	padding-top: 1cm;
	padding-right: 1cm;
	font-size: 1em;
	color: black;
}

a:link {
        color: #990000;
}

a:visited {
        color: #990000;
}

.head a {
	text-decoration: none;
	font-weight: bold;
}

.validator {
	background-repeat: no-repeat;
	background-position: left bottom;
}