body {
	background: #A0AAF8;
	color: #303030;
	margin: 0;
	padding: 0;
}

/* div: removes margins and paddings from all divs */

div {
	margin: 0;
	padding: 0;
}

/* #page: hides the overflow of the menu */

#page {
	overflow: hidden;
	position: relative;
}

#bodytext {
	background: #A0AAF8;
	color: #303030;
	display: inline;
	float: left;
	font-family: verdana;
	font-size: 12px;
	margin-left: 10%;
	padding-top: 5%;
	text-align: center;
	width: 60%;
}

#bodytext a:link, #bodytext a:visited, {
	color: #303030;
}

#bodytext a {
	text-decoration: none;
	padding: 2px 4px;
}
#bodytext a:visited {
	text-decoration: none;
	padding: 2px 4px;
}
#bodytext a:hover {
	background: #CFD4FC;
	color: #614100;
}
#bodytext li {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	padding: 4px;
	}

#bodytext li.links {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	padding: 4px;
	}

#menu {
	background: white;
	clear: none;
	color: #303030;
	display: inline;
	float: left;
	font-family: verdana;
	font-size: 12px;
	height: 100%;
	margin-bottom: -32767px;
	margin-left: 2%;
		padding-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
padding-bottom: 32767px;
	position: relative;
	text-align: center;
	width: 195px;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu li {
	padding: 6px 4px;
}

#menu a {
	text-decoration: none;
	padding: 2px 4px;
}

#menu a:link, #menu a:visited {
	background: white;
	color: #303030;
}

#menu a:hover {
	background: #CFD4FC;
	color: #614100;
}
#menu-top {
	font-size: x-small;
	color: #303030;

}


#admin {
	background: #303030;
	color: #B0C4DE;
	left: 0;
	margin: 0;
	padding: 0.2em;
	position: absolute;
	top: 0;
	z-index: 1;
}

#tasks {
	display: none;
}

#admin a:link, #admin a:visited, #tasks a:link, #tasks a:visited {
	color: #303030;
}
