BODY {

background: url(bg3.jpg) repeat-y white;
}

BODY, IFRAME, Table  {

margin: 0;
font-family: sans-serif;
font-size: 10pt;
color: #064b72;
border-width: 0
}

UL {

line-height: 1.5;
text-transform: uppercase;
color: white;
padding-left: 2ex;
}

A {

color: maroon;
text-decoration: none;
font-family: sans-serif;
font-weight: bold;
}

A:hover {

color: red;
border: thin dotted red;
}

A:active {

color: yellow;
background: navy;
}


A.left {

color: white;
text-decoration: none;
font-family: sans-serif;
font-size: 8pt;
}

A.left:hover {

color: yellow;
border: thin dotted yellow;
}

A.left:active {

color: black;
background: white;
}

.bottom {

color: white;
background: #ab5f45;
font-variant: small-caps;
font-size: 10pt;
font-weight: bold;
}
