body {
	position:absolute;
	left:9px;
	top:9px;
	z-index:1;
}

#main {
	position:absolute;
	left:313px;
	top:6px;
	width:656px;
	height:485px;
	z-index:2;
}

.style1 {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
}

.style2 {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
}


a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

