/*The external style sheet is much easier to use because it allows 
for a quick way to change the style of a page:)*/

body{
margin-left: 5%;
margin-right: 5%;
background-color:#fffab2;
font-family: arial;
font-size: 100%;
}

h1{
font-family: arial, verdana, helvetica;
font-weight: bold;
font-style: italic;
text-align: center;
font-size: 200%
}

h2{
font-family: verdana, helvetica;
color: purple;
font-weight:normal;
font-style: italic;
font-size: 150%;
font-weight:bold;
}


h3{
font-family: arial, verdana, Helvetica; 
font-weight: bold;
font-size: 125%;
}

b{
font-family: arial, times new roman;
font-weight: bold;
}

li{
font-family: arial, times new roman; 
list-style-type: circle;
}

a:link{
color: #497fbf;
}

a:visited{
color:#aa99c5;
}
