body {
	background-image:   url(../graphics/bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px; }

h1, h2, p, li, td {
	font-family: verdana, sans-serif;
	font-size: small;
	line-height: 1.27em;
	margin-top: 0;
	color: #666;
	font-weight: bold;
}

h2 {
	color: #999;
	text-align: center;
 }

img {
	border: 0; }

a {
	border-bottom: 1px dotted #fff; /* prevents jump on hover */
	color: #666;
	text-decoration: none; }
a:hover {
	color: #c00;}
