h1  {
	font-weight: normal;
	font-size: x-large;
}

body {
	background-color: white;
	color: cornflowerblue;
	font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;	
}

a {
	color: cornflowerblue;
}

leftbar {
	float: left;
	width: 5%;
	color: white;	
}

leftcolumn {
	float: left;
	width: 20%;	
}

main {
	float: left;
	width: 50%;	
}

rightcolumn {
	float: left;
	width: 25%;	
}