H2 {  
	font-family: Verdana; 
	font-size: medium; 
	color: dimgray;
}

.brown {  
	font-family: Verdana; 
	font-size: 10px; 
	color: chocolate;
}

td {  
	font-family: Verdana; 
	font-size: 11px; 
	color: dimgray;
}

.sold {  
	font-family: Verdana; 
	font-size: 11px;
	font-style: italic;
	font-weight:bold; 
	color: red;
}


td.brown {  
	font-family: Verdana; 
	font-size: 11px; 
	color: #FF9C63;
}

a:link {  
	font-family: Verdana; 
	font-size: 11px; 
	color: slategray; 
	text-decoration: underline;
}

a:hover {   
	color: red; 
	text-decoration: underline;
}

a:active {   
	color: red; 
	text-decoration: none;
}

a:visited {   
	color: dimgray; 
	text-decoration: underline;
}

.small {  
	font-family: Verdana; 
	font-size: 10px; 
	color: dimgray;
}

.small a:link {  
	font-family: Verdana; 
	font-size: 10px; 
	color: midnightblue; 
	text-decoration: none;
}

.small a:visited {  
	font-family: Verdana; 
	color: midnightblue; 
	text-decoration: none;
}

.small a:hover {  
	font-family: Verdana;  
	color: red; 
	text-decoration: underline;
}

.small a:active {  
	font-family: Verdana; 
	color: cornsilk; 
	text-decoration: underline;
}

.bold {  
	font-family: Verdana; 
	font-weight: bold;
	font-size: 12px; 
	color: dimgray;
}

.large { 
		font-family: Verdana; 	
		font-size: 13px; 
		color: dimgray;
}
