body {
	font: 14px/normal Tahoma, Arial, Helvetica, sans-serif;
	background-color: #000;
	background-position: 0 0;
	background-image: url(.);
	padding: 15px;
}
.black-dot {
	color: #000;
}

p {
	margin-bottom: 1em;
	width: 450px;
	color: #999;
	font-size: 12px;
}

ul.classic {
 list-style: disc;
 margin-bottom: 1em;
 padding-left: 2em;
}

h1,h2,h3 {
 margin-bottom: .5em;
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 line-height: normal;
}

h1 {
	font-weight: normal;
	font-size: 180%;
	text-indent: 5px;
	letter-spacing: -1px;
	color: #999;
}


a {
	color: #93F;
}a:link {
	text-decoration: none;
	color: #999;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #F63;
}
#menu {
	height: 20px;
	width: 900px;
	padding: 2px;
	text-align: center;
}
