@charset "utf-8";
/* CSS Document */

body {
	background-color: #999999;
	}

p {
	color: #FFFFFF;
	}
	
h1 {
	color: #000000;
	font-style: italic;
	font-size: 1.7em;
	text-indent: 10px;
	letter-spacing: 2px;
	margin-top: 25px;
	}
		
/* LAYOUT */

#wrapper {
	background-color: #000000;
	width: 800px;
	height: 255px;
	border: thin #FF00FF solid;
	margin-left: 150px;
	}
	
#header {
	background: #0099FF;
	border: 1px #0000FF solid;
	}
	
/* LINKS & LISTS */
	
li {
	list-style-type: none;
	}

a:link {
	color: #889b9a;
	text-decoration: none; }

a:visited {
	color: #b281ab;
	text-decoration: none; }

a:active {
	color: #999999;
	text-decoration: none; }

a:hover {
	color: #FFFFFF;
	text-decoration: none; }

/* CLASSES */ 

.title {
	color: #000000;
	margin: 250px;
	font-size: 22px;
	font-style: italic;
	}

.indent1 {
	margin: -50px;
	}
.indent2 {
	margin: -30px;
	}
.indent3 {
	margin: -5px;
	}
.indent4 {
	margin: 15px;
	}
.indent5 {
	margin: 13px;
	}
.style2 {
	color: #252525;
	}