body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a:link {
	color: #3366FF;
	text-decoration: none;
	font-size: small;
	font-style: normal;
	letter-spacing: 1px;
		
}
a:visited {
color: #3366FF;
	text-decoration: none;
	}

a:hover  {
	color: yellow;
}

a:active {
color: #3366FF;
	text-decoration: none;
}

h1 {
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #FFFFCC;
	text-align: center;
	letter-spacing: 1px
}

h2 {
	font-size: normal;
	font-style: normal;
	font-weight: bold;
	color: #FFFFCC;
	text-align: left;
	letter-spacing: 1px
}

table {
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #ffffcc;
	background-color: #333333;
	margin: 0px;
	padding: 25px;
	border: none #333333;
	letter-spacing: 1x;
	text-align: center;
	width: 800px;
}

h3 {
font-size: small;
	font-weight: normal;
	color: #FFFFCC;
	text-align: left;
	letter-spacing: 1px
}


