body {
  font:					1.1em Century Gothic, Trebuchet MS, Arial, sans-							serif;
  background:			rgb(168,249,255);
  color:				rgb(24,145,152);
  font-size:			17px;
  text-align:			center;
}

#icon {
	float:				right;
	margin-top:			-335px;
	margin-right:		100px;
}

#header {
	display: none;
}
p.text {
	margin-top:			50px;
	text-align:			center;
	font-size:			23px;
}
p.text2 {
	margin-top:			10px;
	text-align:			center;
	font-size:			12px;
}

table {
	background:			white;
	background-repeat:	no-repeat;
	background-position:-150px -300px;
	border:				thin solid rgb(24,145,152);
	padding:			20px 10px 20px 10px;
	margin-right:		auto;
	margin-left:		auto;
	margin-top:			-10px;
	margin-bottom:		20px;
}

th {
	text-align:			right;
	margin-top:			0px;
}

td {
	text-align:			left;
}

#footer {
	padding:			1px 20px 0px 20px;
	height:				50px;
	margin-top:			10px;
	background:			url("images/band.png") repeat-x;
	color:				white;
	text-align:			center;
}

a:link {
  color:               white;
  text-decoration:		none;
}

a:hover {
  text-decoration:		underline;
}

a:visited {
  color:               rgb(75,75,75);
  text-decoration:		none;
}

