/* BODY {
background-color: #66CC99;
background-image: url(media/torchguy.gif);
background-repeat: no-repeat;
background-position: center;
}
BODY {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 80%;
}
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: 110%
}
A:visited  { color: purple }
A:active  { color: blue }
A:hover  { color: red }

/*
A:link {background-color: default}
A:visited {background-color: default}
A:active {background-color: default}
A:hover {background-color: default}
*/