BODY {
	font-family: Arial, Verdana;
	font-size: 14px;
	background : url("wood.gif");
}
A    {
	color: black;
	font-family: Verdana;
	font-size: 13px;
	font : normal normal;
	font-style : normal;
	font-variant : normal;
}

A:hover    {
	background-color: green;
	color:white;
	text-decoration : none;
}
