/* CSS Document */
body  {
font-family : 'Times New Roman', Times, serif;
background : #666666;
color : #000000;
text-align : center;
}
td  {
text-align : center;
}
p  {
color : #FFFFFF;
font-family : Arial, Helvetica, sans-serif;
text-align : center;
}
p.info {
color : #FFFFFF;
font-family : Arial, Helvetica, sans-serif;
text-align : left;
margin-left : 10%;
margin-right : 10%;
}

.banner {
	position: inherit;
	top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 50px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h2, h3  {
color : #FFFFFF;
font-family : Arial, Helvetica, sans-serif;
text-align : center;
}
table {
table-layout: fixed;
}
.right {
	float: right;
	margin-right: 12%;
	margin-left: 5%;
	}
a:link {
	color: #C5FFFF;
}
a:visited {
	color: #C5FFFF;
}
a:hover {
	color: #FFD5FF;
}

