H3 {
	color: navy;
	font-family: comic sans ms, chiller, sans-serif;
}
H2 {
	color: black;
	font-family: comic sans ms, chiller, sans-serif;
}
H4 {
	color: white;
	font-family: chiller, arial, sans-serif;
}
.floating_head {
position: absolute;
top: 30px;
left: 60px;
padding: 6px;
visibility: visible;
z-index: 2;
}

.sidebar {
position: absolute;
width: 150;
height: 100%;
top: 20px;
left: 20px;
padding: 6px;

font-family: verdana, arial, helvtica;
font-size: 12pt;
background-color: #000000;
}

.maincol {
position: absolute;
top: 150px;
left: 200px;
padding: 6px;

font-family: times;
font-size: 12pt;
color: black;
}