body {
	background-color: #330000;
}

 /* unvisited link */
a:link {
 color:#ff9933;
}

/* visited link */
a:visited {
  color: #ff9933;
}

/* mouse over link */
a:hover {
  color: white;
}

/* selected link */
a:active {
  color: orange;
}

p {
    color:#ffffff; 
    font-family:  "Arial Narrow Bold", sans-serif, "Tahoma", "Arial", "Verdana";
} 
  


h1 {
    color:#ff6600; 
    font-family:  "Arial Narrow Bold", sans-serif, "Tahoma", "Arial", "Verdana";

}

h2 {
	color: #ff794d;
	font-family: Arial, Tahoma , Verdana, sans-serif;
}


h3 {
	color: #fff2e6;
	font-family: Garamond, Georgia, Arial , sans-serif;

}

h4 {
	color:  #fff2e6;
	
}

h5 {
	color: #ff3300;
	}

h6 {
	color: #ff3300;
}


p.center {
	color: #ff8000;
}


a:hover {
color: darkorange;
}





