body {
	font-family: "Comic Sans MS";
	font-size: 16px;
	background-color:#E20177;
	color: #FFFF99;
	font-style: italic;
}
#menu{
	background-color:#DA56C6;
	border-left:#990099 2px solid;
	border-right:#990099 2px solid;
	border-top:#990099 2px solid;
	border-bottom:#990099 2px solid;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 150px;
	height: auto;
}
#center{
	margin-top: 5px;
	margin-bottom: 1px;
	width: 420px;
	height: auto;
}
#bottom{
	background-color:#DA56C6;
	border-left:#990099 2px solid;
	border-right:#990099 2px solid;
	border-top:#990099 2px solid;
	border-bottom:#990099 2px solid;
	margin-top: 0px;
	margin-bottom: 0px;
}
a.menu:link {
	color:#FFFF66;
	text-decoration:none;
	}
a.menu:hover { 
	color:#FFFF66;
	text-decoration:none;
	}
a.menu:visited {
	color:#FFFF66;
	text-decoration:none;
	}
a.menu:visited:hover { 
	color:#FFFF66;
	text-decoration:none;
	}