body {
	color: black;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: white;
}

/********* cover page ****************/

#logoCover {
	width: 217px;
	height: 164px;
	margin-top: 169px;
	margin-left: 133px;
}

#introCover {
	width: 330px;
	height: 180px;
	position: absolute;
	top: 146px;
	left: 455px;
}

#introCover p {
	font-size: 16px;
	color: #162055;
}

#creditsMini {
	font: 10px Verdana, Arial, Helvetica, Geneva, sans-serif;
	position: fixed;
	right: 10px;
	bottom: 5px;
}
#creditsMini a{
color:#ff0000;
text-decoration:none;
}
#creditsMini a:hover{
text-decoration:underline;
}

