
body {background-color:#000000;
	font-family:Century Schoolbook, Verdana, sans-serif;
	}

p { 
	color: #ffffff;
	}

h1 {
	color:#c0c0c0;
	text-align:center;
	letter-spacing:3px;
	}

h4 {
	color:#c0c0c0;
	letter-spacing:3px;
	padding:0.25em;
	border: 1px solid #c0c0c0;
	}

.none {
	text-decoration:none;
	}

.side {
	color:#ffffff;
	font-size:1.1em;
	font-weight:bold;
	text-indent: 0.65em;
	}

.main {
	padding: 0;
	margin: 0;	
	}

a:link {color: #c0c0c0;	}
a:visited {color: #c0c0c0;
	text-decoration:none;}
a:active {color: #00ffff;
	text-decoration:none;}
a:hover {color: #9999ff;
	text-decoration:none;}


#navbar {position: absolute; 
		top: 1em; 
		left: 1em; 
		width: 100%;
		}

#sidebar {position: absolute;
	top: 167px;
	right: 1em;
	width: 6.5em;
	border: 1px solid #FFF;
	}
		
#sidebar a:link {color: #c0c0c0;
		text-decoration:none;}
#sidebar a:visited {color: #c0c0c0;	
		text-decoration:none;}
#sidebar a:hover {color: #8080c0;	
		text-decoration:none;}


#content {position: absolute;
	top: 167px;
	right: 8.5em;
	left: 1em;
	padding: 1em;
	border: 1px solid #FFF;
		}

