<style type="text/css">
body {
	margin: 2px;
	padding: 2px;
	width: 1000px
	}

div.title {
	background-color: yellow;
	color: blue;
	}

div.title.h1 {
	color: blue;
	font-size: 240%;
}


div.base {
	background-color: white;
}

div.menu {
	float: left;
	width: 240px;
	background-color: #e0e0e0;
	color: red;
}

div.menu.h2 {
	color: red;
	font-size: 150%;
}

div.main {
	margin-left: 250px;
	background-color: white;
	color: #404040;
	font-size: 100%;
}

div.main.h2 {
	color: blue;
	font-size: 150%;
}

div.footer {
	clear: both;
	background-color: yellow;
	color: blue;
	text-align: center;
}

</style>
