.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}


.style1 {
	color: #0000FF;
	font-size: 24px;
	font-style: italic;
}
.style2 {
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
}
.style3 {
	color: #FF0000;
	font-size: 24px;
	font-style: italic;
	
}
.style4 {
	font-size: 18px;
	color: #006600;
}

BODY {
color: #006600 ;
background-color: #ffff99;

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: none;
}
a:active {

  color: #ff0000;
  text-decoration: none;
}
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%
}
