/* changed font, colors, and adjusted the size of some*/
 
h1 {color:Black;font-family:courier; font-size: 40px;}
h2 {color:Black;font-family:courier; font-size: 25px;}
p {color:grey;font-family:courier;}

/*changed the colors of the links based on if they are there, if they have been visited, or if they are hovered over*/
a:link{color:blue;}
a:visited{color:purple;}
a:hover{color:red;}