body {
	background: #AAAAAA url(http://gabbo.9.forumer.com/style_images/smoothgreylight/bg.gif);
	font-family: Verdana;
	font-size: 10px;
}

/* "a" is link. <a href... */
a, a.visted, a.active {
	color: #000000;
}

table {
	margin: auto; /* Centers the table */
	background: #FFFFFF;
	width: 50%;
	border-spacing: 5px; /* CSS equivilent for table cellspacing */
	border: 2px solid #D0D0D0;
}
td {
	padding: 5px;
	text-align: center;
}

hr {
	width: 50px;
}

textarea {
	color: #000000;
	background: #FFFFFF;
}