﻿body {
	background-color: #330000;
}

img {
  max-width: 100%;
  display: block;
}

 /* 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;
}


 h1
 {
color:#ff6600; 
font-family:  "Arial Narrow Bold", sans-serif, "Tahoma", "Arial", "Verdana";
letter-spacing: 5px;
}

h2 {
	color: #ff794d;
	font-family: Arial, Tahoma , Verdana, sans-serif;
}


h3 {
	color: #ffc2b3;
	font-family: Garamond, Georgia, Arial , sans-serif;

}

h4 {
	color: #ff8000;
	
}

h5 {
	color: #ff8000;
	}

h6 {
	color: #ff8000;
}


p.center {
	color: #ff8000;
}


a:link - a normal, unvisited link
a:visited - a link the user has visited
a:hover - a link when the user mouses over it
a:active - a link the moment it is clicked/*comment LIGHT SEA GREEN*/



