body {
	background: #eeeeee;
	font-family: verdana, helvetica, sans-serif;
	margin: 0px;
}

a {
	color: #6363c9;
}

a:visited {
	color: #4343a9;
}

a:hover {
	text-decoration: none;
}

.header {
	background: #6363c9;
	padding: 10px;
	border-bottom: 2px solid #4343a9;
	color: #ffffff;
	font-size: medium;
}

.menu {
	background: #dddddd;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 13px;
	font-size: x-small;
}

.content {
	padding: 8px;
	font-size: small;
}

.footer {
	background: #6363c9;
	padding: 3px;
	border-bottom: 2px solid #4343a9;
	border-top: 2px solid #4343a9;
	color: #ffffff;
	font-size: x-small;
}
