.normaltext {
	color: White;
	font-family: sans-serif;
	font-size: small;
	text-indent: 10px;
	border-left-width: 0px;
	margin-left: 2em;
	margin-right: 2em;
}
.copyright {
	color: White;
	font-family: sans-serif;
	font-size: xx-small;
}
.title {
	color: White;
	font-family: sans-serif;
	font-size: large;

}
.reviewtitle {
	color: #6495ED;
	font-family: "Times New Roman", Times, serif;
	font-size: larger;
	font-style: oblique;
	font-weight: bold;
	letter-spacing: 1px;
}
.reviewcredit {
	color: #F0E68C;
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
	text-align: right;
	font-weight: bold;
}
}
a:link {
	color: #66CCFF;
}
a:hover {
	color: #FFFF00;
}
a:visited{
	color: #FFCC66;
}
