* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
 }

h1 { font-size: 14pt; font-style: normal; font-weight: lighter; }
h2 { font-size: 12pt; font-style: normal; }
h3 { font-size: 10pt; font-weight: bold; }
a {text-decoration:none}
a:hover {color: red;text-decoration:underline}
body { background-color: #336699; }
li {list-style-type: circle; font-size: 10pt; background-color: #f0f0f0; }
.bodytext { font-size: 10pt}
.searchsubhead { font-style: italic }
.rating {color:green; font-size: 9px}

.mainbox {
	background-color: white;
	border: 3px solid #b0bed9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 1em;
	padding-bottom: 0px;
	padding-left: 1em;
}

.mainlist li {
	list-style-type: none;
	background-color: white;
	font-size: 2em;
	padding: 10px;
}

.mainlist img {
	border: none;
}

.footer {
	font-size: .7em;
}

