
body {
	background-color:"#9EFEFF";
	font-size:70%;
	margin: 3px;
	padding: 1px;
}

li {
	margin: 0px;
	padding: 0px;
}

h1 {
	color:blue;
	text-align:center;
	font-size:130%;
}

h2 {
	color:blue;
	text-align:center;
	font-size:110%;
	font-weight:700;
}

h3 {
	color:blue;
	text-align:left;
	font-size:100%;
	font-weight:500;
}

.header {
	border: 1px solid blue;
	background: #7ff;
	width:100%;
}

.leftmenu {
	background: #5ff;
	float: left;
	width: 20%;
	height: 75%;
}

.rightcol {
	background: #f9f;
	float: right;
	width:20%;
}

.content {
	border: 1px solid red;
	background: #bff;
	float: right;
	width:79%;
}

.footer {
	background: #5ff;
	clear : both;
	width:100%;
	height:20px;
}



