body{
	background-color: #e7e7e7;
}
a{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration : none;
	color: #f00;
}

a:hover{
	text-decoration : underline;
}

#theLayer{
	position : absolute;
	left: 80px;
	top:80px;
	border: 1px solid #f00;
	width: 200px;
	height: 200px;
	background-color: #999;
	padding: 5px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
