body {
	font-family: "Courier New", Courier, monospace;
	color: #fff;
	background-color: #333;
	background-image: url(gradient_top.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	line-height: 1.2em;
}

a {color: #ddd; font-weight: bold; text-decoration: none;}
a:visited {color: #ddd; text-decoration: none;}
a:hover {color: #fff; text-decoration: underline;}
a:active {color: #ddd; text-decoration: none;}

