body {
	color: #000000;
	background-color: #FF66CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
#content {
	color: #000000;
	background-color: #FFFFFF;
	margin: auto;
	width: 750px;
	border: 1px solid purple;
	padding: 10px;
}

.new, .info {
font-size: .7em;
}
h1 {
	text-align: center;
	font-size: 1.5em;
	margin: 0px;
}

h2 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0px;
}
#content #review h3 {
	font-size: 14px;
	margin: 0px;
	text-align: center;
}
#content #review h4 {
	font-size: 12px;
}


#content #review h2 {
	font-weight: bold;
	text-align: center;
}


.enter {
text-align: center;
font-size: 2em;
}.red {
	color: red;
	font-weight: bold;
}
a:link {
	color: #0000CC;
}
a:active {
	color: #CC00FF;
}
a:visited {
	color: #9900FF;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

