/* Mike Lee stylesheet */

a:link {
	text-decoration: none;
	color: #333;
}

a:visited {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #030;
}

a:active {
	text-decoration: none;
	color: #333;
}
	
body {
	font-family: Verdana, Ariel, san-serif;
	font-size: 75%;
	color: #333;
	text-align: center;
	/*background: #333 url(images/gradient.jpg) repeat-x fixed;*/
	background: #000;

}

#site {
	margin: 0 auto;
	text-align: center;
}

#content {
	margin: auto;
}
