/********* General **********/

body {
	margin: 0; 
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #ffffff;		
	background-color: #000000;
}

p {
	width: 95%;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	font-variant: small-caps;
	color: #ffffff;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
		
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
}

hr {
	border: 0;
	width: 100%;
	color : #f00;	
	background-color : #f00; 
	height: 1px;

}


/*************************  Links *************************/

a:link {
	color: #00ccff;
	text-decoration: underline;
	font-weight: bold;
}

a:visited { 
	color: #cc00cc;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #ffff00;
	padding-bottom: 5px;
	font-weight: bold;
}
  
a:active { 
	color: #ff6600;
	font-weight: bold; 
} 



/*************************  Divs *************************/

#navigation {
	position: absolute;
	top: 10px;
	float: left;
	display: inline; /** Required by some old browsers **/
	width: 11em;
	margin-left: 1em;
	padding-bottom: .5em; 
	border-right: 1px solid #ff0000;
	border-bottom: 1px solid #ff0000;
}

#centerdoc {
	position: absolute;
	z-index: 1;
	top: 10px;
	width: 75%;
	margin-right: 3em;
	margin-left: 14em;
}

