/* CSS VALIDATED 03/25/2005 http://jigsaw.w3.org/css-validator/ */


/* BEIGE BACKGROUND COLOR */
body {background-color: #FFF9DE;
font-family: "comic sans ms", helvetica, sans-serif;}

/* PAGE HEADING */
.pagehdg {
padding-top: 5px;
text-align: center;
font-size: 105%;
font-weight: bold;
font-variant: small-caps;
color: #8f3629;
}

/* TEXT */
.basictext {
text-align: center;
font-size: 100%;
color: #8f3629;
}

/* LEFT TEXT */
.lefttext {
text-align: left;
font-size: 100%;
color: #8f3629;
}

/* SMALLER TEXT */
.smalltext {
text-align: center;
font-size: 80%;
font-weight: bold;
color: #8f3629;
}

/* unvisited LINK same color as text*/
a:link {color: #8f3629;
text-decoration: underline;}

/* visited LINK is darker shade */
a:visited {color: #5c231b;
text-decoration: underline;}

/* current ACTIVE LINK is a darker shade with no underline */
a:active {color: #5c231b;
text-decoration: none;}

/* mouseover TRANSPARENT background */
a:hover {background: transparent;
color: #FF0000;
text-decoration: none;}    