.nav {
	position:absolute;
	width:460px;
	height:50px;
	margin-top:115px;
	margin-left:193px;
	text-align:center;
}

.grade {
	font-size:15px;
	color:#efefef;
	text-decoration:none;
	font-weight:bold;
	margin:0px;
	padding:10px;
}

.grade:hover {
	color:#FFCC33;
	text-decoration:underline;
}

.picture {
	position:absolute;
	width:475px;
	height:455px;
	margin-top:143px;
	margin-left:188px;
	text-align:center;
}

.star {
	position:absolute;
	width:202px;
	height:117px;
	margin-top:5px;
	margin-left:275px;
	text-align:center;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	padding-top:37px;
	background-image:url(star-off.png);
	background-repeat:no-repeat;
}

.star:hover {
	color:#CC0000;
	text-decoration:underline;
	background-image:url(star-on.png);
}

.factoid {
	font-size:14px;
	color:#000000;
}

.link {
	font-size:14px;
	color:#000000;
	}

.link:hover {
	font-size:14px;
	color:#CC0000;
}

.comment {
	position:absolute;
	width:175px;
	height:60px;
	margin-top:580px;
	margin-left:5px;
	text-align:center;
	font-size:12px;
	color:#efefef;
}








