body {
	background: black;
	}
	
	
#main {
	font-family: verdana;
	line-height: 1.4em;
	}
	
	
#main h1, h2, h3, h4 {
	color: black;
	font-family: tahoma;
	text-transform: uppercase;
	font-size: 0.7em;
	letter-spacing: 1px;
	padding-left: 10px;
	padding-right: 10px;
	}
	
#main ul {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
#main li {
	padding-left: 10px;
	padding-right: 10px;
	}

A:link {
	text-decoration: none; color: #996699;
	}

A:visited {
	text-decoration: none; color: #9999cc;
	}

A:active {
	text-decoration: none; color: #99ccff;
	}

A:hover {
	text-decoration: underline; color: #996699;
	}


	

	
#box1 {
	border-top: 5px solid #333366;
	position: absolute;
	left: 340px;
	top: 110px;
	width: 135px;
	background: white;
	padding-bottom: 10px;
	}
	
#box2 {
	border-top: 5px solid #666699;
	position: absolute;
	left: 550px;
	top: 40px;
	width: 240px;
	background: white;
	padding-bottom: 10px;
	}
	
#box3 {
	border-top: 5px solid #993366;
	position: absolute;
	left: 650px;
	top: 300px;
	width: 160px;
	background: white;
	padding-bottom: 10px;
	}	
	

	
	
