#menu {
	list-style-type : square;
	position : absolute;
	top : 146px;
	width : 190px;
	left: 10px;
}


#mainbody{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : smaller;
	position : absolute;
	top:410px;
	height : 136px;
	left: 200px;
	width:600;
	line-height : 1.5em;
}


#body{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : smaller;
	position : absolute;
	top:140px;
	left: 200px;
	width:600;
	line-height : 1.5em;
}

h1{
	margin-top : 15px;
	margin-bottom : 15px;
	line-height : 1.5em;
}


a.menu{
	text-decoration:none;
	color: green;
	
}

a. menu:visited{
	text-decoration:none;
	color: green;
}

a.menu:hover{
text-decoration:none;
color : Red;	
}