@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #111;
	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: #fff;
}

a {
	outline: none;
}

a:link {
	color:#880;
}

a:visited {
	color:#888;
}

a:hover  {
	color:#cc0;
}

a:link img {
	color:#000;
}

a:visited img {
	color:#888;
}

a:hover img {
	color:#cc0;
}

h2 {
	font-size:Medium;
}

td {
		font-size:10px;
		text-align:center; 
		vertical-align:top; 
}

td a:link {
	color:#fff;
}
