body {
font-family: sans-serif;
background: skyblue;
}

#maintitle {
	font-size:18pt;
	font-weight:bold;
	width:800px;
	height:30px;
	background:blue;
	color:white;
	}
	
ul {
	list-style-type: none;
	}
	
.sechead {
	font-size:14pt;
	font-weight:bold;
	height:24px;
	background:blue;
	color:white;
	width:800px;
	}