.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: #FFFFCC;
font-family: "Minion Web", Palatino, "Times New Roman", serif
}
/*background-image: url(../gifs/body-bg.gif)*/




body a:link {
	text-decoration: underline;
	color: #0000ff;
}


body a:visited {
	text-decoration: underline;
	color: #0000ff;
}

body a:active {
	text-decoration: none;
	color: #ff0000;
}

body a:hover {
	text-decoration: none;
	color: #FF6699;
}

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

