body { 
	font: 90% georgia, sans-serif;
}

a:hover
{
	color:			#FF0000;
	background-color:	#8F8F8F;
	border:			#000000 dashed 1px;
	text-decoration:	none;
	padding:		0px;
}
a:hover.blank
{
	border:			#000000 none 0px;
}
