
body{
margin-left: 5%;
margin-right: 5%;
background-color:#f4e8f0;
font-family: arial, serif, times new roman;
font-size: 100%;
}

h1{
text-align: center;
font-family: verdana, serif;
font-weight: bold;
font-style:italic;
font-size: 250%;
color: black;
}

h2{
font-family: verdana, serif, arial;
color:purple;
font-size:175%;
font-weight:bold;
}

h3{
text-align: center;
font-family: verdana, serif, helvetica; 
font-weight: bold;
font-size: 115%;
}

#table{
text-align: center;
font-family: verdana, serif, helvetica;
font-size: 110%;
}


b{
font-family: arial, serif, times new roman;
font-weight: bold;
}

dl{
font-family: arial, serif, times new roman;
}

dt{
font-family: verdana, serif;
font-weight: bold;
font-style:italic;
font-size: 125%;
color: purple;
}

dd{
font-family: arial, verdana, serif;
font-size: 100%;
}

a:link{
color: #497fbf;
}

a:visited{
color : #aa99c5;
}


