.font{font-size:6pt}
.font1{font-size:8pt}
.font1b{font-size:9pt}
.font2{font-size:10pt}
.font2b{font-size:11pt}
.font3{font-size:12pt}
.font3b{font-size:13pt}
.font4{font-size:14pt}
BODY {
background-color: #99ffcc;
font-family: "Minion Web", Palatino, "Times New Roman", serif
}
/*background-image: url(../gifs/body-bg.gif)*/

a:link {
  color: #0000ff;
  text-decoration: underline;
}
a:hover {
  color: #ff33cc;
  text-decoration: underline;
}
a:active {

  color: #ff0000;
  text-decoration: underline;
}
a:visited {
    color: #800080;
    text-decoration: underline;
}


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 {
font-size: 140%
}

H2 {
font-size: 130%
}

H3 {
font-size: 120%
}

H4 {
font-size: 109%
}

H5 {
font-size: 100%
}

