.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #AE7331;
	text-decoration: none;
	cursor: hand;
}

.menu a:hover  { color: red}

.here a:link { color: #000000 }
.here a:visited { color: #000000 }
a.here:link { color: #000000 }
a.here:visited { color: #000000 }
a:link {
	color: #AE7331;
	text-decoration: none;
	cursor: hand;
}
a:visited {
	color: #AE7331;
	text-decoration: none;
}
.textlink1, .subcategorythumbnailtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: lighter;
	color: #AE7331;
	text-decoration: none;
}

.textlink2 {
	text-decoration: underline;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #172821;
	font-size: smaller;

}
p.cpyrt:after {content:  " 2008 All rights reserved";  }

