
body {background:#000000;
		font-family: Verdana, sans-serif;
		margin: 0;
		}

p {
	color: #fff;
	}

.side {
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: bold;
	}

.indent {
	text-indent: 5em;
	}

h1 {
	font-size: 1.35em;
	color:#fff;
	letter-spacing:3px;
	text-indent: 2em;
	}

h2 {
	font-size: 1.2em; 
	color:#fff;
	text-align: center;
	letter-spacing:3px;
	border: 1px solid #fff;
	padding: .25em;
	}

h3 {
	color:#fff;
	}

h4 {
	color:#89CA9D;
	letter-spacing:3px;
	}

a:link {color: #89CA9D;
	text-decoration: underline;}
a:visited {color: #89CA9D;
	text-decoration: underline;}
a:active {color: #9999ff;
	text-decoration:none;}
a:hover {color: #9999ff;
	text-decoration:none;}

#top {position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	width: 100%;}

#sidebar {position: absolute;
		top: 205px;
		right: 1em;
		width: 6em;
		padding: 0 .5em 0 .5em;
		}
#sidebar a:link {	
		text-decoration:none;}
#sidebar a:visited {
		text-decoration:none;}

#content { position: absolute;
		right: 9.5em;
		left: 1em;
		top: 175px;
		padding: 1em; 
		}

