body {
	background-color: #022A29;
	text-align: center;
	margin-top: 18px;
	margin-right: 18px;
	margin-left: 18px;
}
table {
	margin-left: auto;
	margin-right: auto;
	align: center;
	text-align: center;
}
td {
	align: center;
	text-align: center;
	color: #8FBCAE;
}
h2 {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #669999;
	text-align: center;
	letter-spacing: .5em;
	margin-bottom: 8px;
}
p {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 14px;
	color: #99CCCC;
	margin-top: 4px;
	margin-bottom: 11px;
}
a  {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #CCCCFF;
	}
a:link {color: #CCCCFF;}
a:visited {color: #CC99CC}
a:hover {color: #9999CC}
a:active {color: #9999CC}

