#main {
	position:absolute;
	left:100px;
	top:150px;
	width:85%;
	height:400px;
	width:990px;
	z-index:1;
}
p {
	font-family: Verdana;
	color: #333333;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	padding: 0px 2px 2px;
}
a:link {text-decoration: underline;color: #666666;}
a:visited {text-decoration: underline;color: #666666;}
a:active {text-decoration: underline;color: #666666;}
a:hover {text-decoration: none; color: red;}
body {background-color: #FFFFFF;}
