
body {
	margin: 0px;
	padding: 0px;
	width: 420px;
}

body, p, td, a  {
	background: black;
	color: #cccccc;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.0em;
}

a, a:visited {
	color: #ffff99;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h3 {
	margin-top: 4px;
}

.desc {
	font-size: 0.8em;
	color: gray;
	Xfont-style: italic;
}