body {
background-color: black
}
h1 {
font-family: Edwardian Script ITC, Palace Script MT, Times New Roman, Times, san-serif; 
color:white; 
font-size: 70px; 
margin: 0px;
}

h2 {
font-family: Arial Narrow, Times New Roman, san-serif;
color: wheat;
font-size: 50px; 
margin: 0px;
}
h3 {font-family: Edwardian Script ITC, Palace Script MT, Arial Narrow, Times New Roman, Times, san-serif;
color: wheat;
font-size: 50px; 
margin: 0px;
}
h4 {
font-family: Arial narrow, Arial, Times New Roman, san-serif;
color: wheat; 
font-size: 20px; 
margin: 0px;
}
p {
font-family: Arial Narrow, Arial, Times New Roman, san-serif; 
color: wheat; 
font-size: 20px; 
margin: 0px;
}
p2 {
font-family: Arial Narrow, Arial, Times New Roman, san-serif; 
color:  wheat;
font-size: 15px; 
margin: 10px;
}
p3 {
font-family: Arial Narrow, Arial, Times New Roman, san-serif;
color: darkgoldenrod; 
font-size: 14px;
margin: 0px;
}
ul {
font-family: Arial, Times New Roman, san-serif; 
color: wheat;
font-size: 15px; 
margin: 5px;
}
th {
font-family: Arial Narrow, Arial, Times New Roman, san-serif; 
color: wheat;
font-size: 15px;
}
a:link {color: darkgoldenrod}
a:visited {color: olive}
a:hover {color: darkorange}
a:active {color: firebrick}
hr {color: darkorange
	background-color: brown
	height: 3}
