/*regular links*/
body {
    font-family:"Times New Roman", Times, serif;
    font-size:12px;
}
a {
	font-size: 12px;
	color: #ffffff;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
	color: #ff9900;
}
a:active {
	text-decoration: none;
}
/*list links*/
a.listing {
	text-decoration: none;
	color: #8c5c2b;
	font-size:13px;
	font-family:"Times New Roman", Times, serif;
}
a.listing:visited {
	text-decoration: none;
	color: #8c5c2b;
	font-size:13px;
	font-family:"Times New Roman", Times, serif;
}
a.listing:hover {
	text-decoration: underline;
	color: #330000;
	font-size:13px;
	font-family:"Times New Roman", Times, serif;
}
a.listing:visited:hover {
	text-decoration: underline;
	color: #330000;
	font-size:13px;
	font-family:"Times New Roman", Times, serif;
}
/*page numbers*/
a.pages {
	text-decoration: none;
	color: #330000;
	font-size:13px;
	font-family:"Times New Roman", Times, serif;
}
a.pages:visited {
	text-decoration: none;
	color: #330000;
	font-size:13px;
	font-family:"Times New Roman", Times, serif;
}
a.pages:hover {
	text-decoration: underline;
	color: #8c5c2b;
	font-size:13px;
	font-family:"Times New Roman", Times, serif;
}
a.pages:visited:hover {
	text-decoration: underline;
	color: #8c5c2b;
	font-size:13px;
	font-family:"Times New Roman", Times, serif;
}
/*map hotspot links*/
a.hotspot:hover {
    background-color:#990000;
}
/*font styles*/
.style1 {color: #FFFFFF}
.input {
    color: #330000;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
}
