/* @override http://www.moosehead.net/sawyer/css/forsale.css */

body {
	font-family: "Comic Sans MS";
	border: 4px outset #fcff00;
	width: 720px;
	margin: 20px;
}

p {
	text-align: justify;
	line-height: 20px;
	font-size: 15px;
}

ul {
	text-align: left;
	line-height: 15px;
	font-size: 12px;
}

div.forsale {
	text-align: left;
	font: italic 8px sans-serif;
}

div.location {
	font: 40px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
}

div.header {
	text-align: center;
	font-size: 44px;
}

div.column {
	line-height: 20px;
	font-size: 12px;
}

div.gi {
	text-align: center;
	line-height: 30px;
	font-size: 14px;
}

div.features {
	text-align: center;
	line-height: 30px;
	font-size: 14px;
}

div.listing {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	padding: 20px;
}

div.info {
	text-align: center;
	font-size: 10px;
}

a:link	{	
	text-decoration:	none;
	font-size: 10px;
}	
		
a:visited	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#999;
	background:	#ffc;
	}	
		
a:active	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#F00;
	background:	#FC0;
	}	
		
a:hover	{	
	text-decoration:	none;
	color:	#C00;
	background:	#FC0;
	}