body {
	margin:0;
	padding:20;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	background-color: #6699FF;
	height: 100%;
	font-size: 0.8em;
}

a:link { text-decoration: none; color:#CC0000 }
a:visited { text-decoration: none; color:#CC0000 }
a:hover { text-decoration: none; color:#CCCCCC }

.leftside {
    float:left;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	height:100%;
}

.rightside
{
	margin-left:200px;
	width: 500px;
	height: 100%;
}

H1
{
font-size: 1em; font-style: Bold; display: inline;
}

.content{
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

.heading{
	border: 1px solid #000000;
	background-color: #66CCFF;
	margin-bottom: 3px;
	width: 490px;
	padding: 3px;
}
	
