body {
	font-family: "Georgia", Times New Roman, Serif;
	color: #000;
	background: #fff;
}
#content {
	width: 100%;
	margin: 0;
	float: none;
}

/*#content h2 {
	font-size: 32pt;
	font-style: italic;
}

#content h3 {
	font-size: 18pt;
	margin: 0;
}*/

a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #06c;
}

/*p a:link:after {
   content: " (" attr(href) ") ";
}*/
p {
	font-size: 12pt;
}
.star-rating {
    background-position: left top;
    height: 15px;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 80px;
}
.star-rating, .star-rating a:hover, .star-rating a:active, .star-rating .current-rating {
    background: url("image/star1.gif") repeat-x scroll left -1000px transparent;
}

