/* stylesheet.css */
body{
background-color:silver;
color:black;
font-family:Arial, helvetica, sans-serif;
text-align:left;
 }
 


h1{
font-family:Kristen ITC;
background-color:inherit;
color:maroon;
font-style:bold;
text-align:center;
 }
 h2{
 font-family:arial, helvetica, sans-serif;
 text-align:center;
 background-color:inherit;
 color:maroon;
 font-style:bold;
 }
 h3{
 font-family:arial, helvetica, sans-serif;
 text-align:center;
 background-color:inherit;
 color:maroon;
 font-style:bold;
 }
 h4{
 font-family:arial, helvetica, sans-serif;
 text-align:left;
 background-color:regular;
 color:black;
 font-style:normal;
 }
 
a:link{
color: blue;
text-decoration:none;
}
a:visited{
color:#660066;
text-decoration:none;
}


