@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
}
.ratingtext {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}

h1 {
	font-size: 40px;
	color: #CC0000;
}
h2 {
	color: #CC0000;
}
a {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.ratebutton {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	background-color: #EFEFEF;
	margin: 1px;
	padding: 2px;
	border: 2px solid #FFCC00;
}
h3 {
	font-size: 18px;
}
.smalltext {
	font-size: 10px;
	border: 1px solid #999999;
}
.intable {
	border: 1px solid #000000;
}
.inheader {
	font-size: 18px;
	font-weight: bold;
}
