/* styles that cover specific elements; backgrounds, link colours, etc. */

body {
	background: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #E2E2E2;
}

td {
	font-size:11px;
}

h1{
	font-size:14px;
}


a:link{
	color:tan;
	text-decoration:underline;
}
a:visited{
	color:#999999;
	text-decoration:underline;
}
a:hover{
	color:white;
	text-decoration:underline;
}
select {
	font: 10px Arial, Helvetica, sans-serif;
	background: #E4B381;
}

/*
custom classes
*/

.listing{
	width:200;
	height:250;
	float:left;
	padding:5px;
	margin:5px;
}

.brown{
color:#957350;
}


.listing_title{
font-size:24px;
}

.tiny{
font-size:9px;
padding-left:7px;
margin-left:7px;
}

.nav_info{
color:#FFFFFF;
}

.listing_results{
	width:900px;
}
