body {
	font-family: sans-serif;
	background: #000;
//	background: url('/images/guh.gif');
}

a {
	text-decoration: none;
	color: #066;
}

p {
	margin-left: 20%;
	margin-right: 20%;
	width: auto;
	border: 1px solid #999;
	background: #eee; // url('/images/gah.gif');
}

img {
	border: none;
}

table tr td { vertical-align: top; }
