body
{
	color: #000; // text color
	font-family: sans-serif;
	font-size: 8pt;
	background-color: #A0A0A0;
	margin: 3% 0 0 5%; // top right bottom left
	
}
a
{
	color: #000;
	text-decoration: ;
}

a:visited, a:active
{
	color: #333333;
	text-decoration: ;
}

a:hover, a:active
{
	color: #CCCCCC;
	text-decoration: ;
}

.title
{
	font-size: 12pt;
	font-family: arial;
}

#column1
{
	color: #F8F8F8;
	text-align: justify;
	font-family: Arial;
	
	width:15%;
	position: absolute;
	top:8% ;
	left: 5% ;
	padding: 2px;
}

#column2
{
	color: #F8F8F8;
	text-align: justify;
	font-family: Arial;
	
	width: 20%;
	position: absolute;
	top: 10%;
	left: 30% ;
	padding: 5px;
}

#column3
{
	color: #F8F8F8;
	text-align: justify;
	font-family: Arial;
	
	background-color: #A0A0A0;
	width: 10%;
	position: absolute;
	top: 3%;
	left: 5%;
	padding-bottom: 1px;
}


<body/>
<style/>