body
{
	color: #000; // text color
	font-family: sans-serif;
	font-size: 8pt;
	background-color: #A0A0A0;
	margin: 20px 0px 0px 30px; // 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;
}

div#column1
{
	color: #F8F8F8;
	text-align: absolute;
	font-family: Arial;
	
	width:180px;
	position: absolute;
	top: 20px ;
	left: 30px ;
	padding: 2px;
}

div#column2
{
	color: #F8F8F8;
	text-align: absolute;
	font-family: Arial; 
	width: 200px;
	position: justify;
	margin: 20px 0px 0px 230px;
	padding: 5px;
}
<body/>
<style/>
