


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: #ffcccc; 
    font-family:  "Tahoma", "Arial", "Verdana";
} 

h1 {
    color:#ff6600; 
    font-family:  "Arial Narrow Bold", "Tahoma", "Arial", "Verdana";
}

h2 {
	color: #ff794d;
	f    font-family:  "Arial Narrow Bold", "Tahoma", "Arial", "Verdana";
}

h3 {
	color: #ffcccc;
	    font-family:  "Arial Narrow Bold", "Tahoma", "Arial", "Verdana";
}

h4 {
	color:  #ffcccc;
	
}

h5 {
	color: #ff3300;
	}

h6 {
	color: #ff3300;
}










