A:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	color : Black;
	text-decoration : none;
}

A {
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	color : Black;
	text-decoration : underline;
}

.headfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;

}

#test {
position:absolute;
width:200px;
height:100px;
z-index:1;
background-color: #CC3333;
border: 1px solid #000000;
}

#layer3 {
	position:absolute;
	width:100px;
	height:100px;
	z-index:1;
	background-color: #CC3333;
	border: 10px solid #000000;
	left: 434px;
	top: 90px;


}
