 BODY {
margin: 2%;
background-color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%
}


H1, H2, H3, H4, H5, H6 {
font-family: "Minion Web", Palatino, "Times New Roman", serif
}

/* note the use of quotations around font names of more than one word */

H1 {
text-indent: -10%
font-size: 140%
}

H2 {
text-indent: -6%
font-size: 130%
}

H3 {
text-indent: -4%
font-size: 120%
}

H4 {
text-indent: -2%
font-size: 110%
}

A:link {color: #blue}

A:visited {background-color: #99ffcc}

A:hover {background-color: #66cccc}



