*
{
	font-family: courier new;
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: black;
}

body
{
	background-color: white;
}

table
{
	border-collapse: collapse;
}

a
{
	font-size: 14px;
	color: rgb(255,153,51);
	font-weight: bold;
}

a:hover
{
	font-size: 14px;
	color: red;
	font-weight: bold;
}

img
{
	border: solid 0px black;
}

.centered
{
	position: absolute;
	width: 700px;
	height: 530px;
	left: 50%;
	top: 50%;
	margin-left: -350px;
	margin-top: -280px;
}

.centered2
{
	position: absolute;
	width: 800px;
	height: 480px;
	left: 50%;
	top: 50%;
	margin-left: -500px;
	margin-top: -284px;
}

.centered3
{
	left: 50%;
	top: 50%;
	position: absolute;
	margin-left: -225px;
	margin-top: -168px;
}

.centered4
{
left: 50%;
	top: 50%;
	position: absolute;
	margin-left: -125px;
	margin-top: -168px;
}

.centered5
{
left: 50%;
	top: 50%;
	position: absolute;
	margin-left: -10px;
	margin-top: -168px;
}

.centered6
{
left: 50%;
	top: 50%;
	position: absolute;
	margin-left: 205px;
	margin-top: -168px;
}