body
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: small;
}

#edit_stuff:hover
{
	color: green;
	border-color: red;
}
a
{
	text-decoration: none;
}

	a.hov:link {
		color:#0000FF; 
		text-decoration: none;
		}

	a.hov:visited {
		color:#0000FF; 
		text-decoration: none;
		}

	a.hov:hover {
		color:#990000;
		text-decoration: underline;
		}

