BODY {
background: url("/images/backgrnd.jpg") fixed #FAEBD7;
background-image: url("images/backgrnd.gif");
background-color: #F0F0F0;
background-attachment: fixed;
color: #000000;
}

A:hover {
color: #CC0000;   /* lets user see that it's a link even if not underlined */
}                 /* as some pages use the text-decoration: none attribute */

P, UL, OL, TD, FORM, PRE {
font-family: arial, sans-serif;
font-weight: bold;
}

P, UL, OL {
text-align: left;
}

H1,H2,H3,H4,H5,H6 {
font-family: arial, sans-serif;
text-align: center;
}

LI {
line-height: 150% 
}

HR.narrow {
height: 5px;
width: 60%;
}

HR.medium {
height: 5px;
width: 75%;
}

HR.wide {
height: 7px;
width: 95%;
}

TD {
text-align: center;
}

.gs {                       /* google search */
float: right;
}

.lk {
font-size: smaller;
}

.lc {
background-color: #483D8B;
color: #DDDDDD;
font-size: smaller;
}

A.lk,A.ln {
text-decoration: none;
}



A:hover.lk {
background-color: #FFFF00;
}

.modified {                /* used to control the modification date text */
font-weight: normal;
font-style: italic;
text-align: right;
}

.light {                        /* text styling thingies */
font-weight: normal;
}

.lnote {
font-weight: normal;
font-style: italic;
}


.note {
font-style: italic;
}

.ca {
text-align: center;
}

.cl {
clear: left;
}

.la {
text-align: left;
float:left;
margin-right:15px;
}

.rightfloat {
float:right;
margin-left:15px;
}

.ra {
text-align: right;
}

.warm {
color: #800000
}

.em {
font-size: medium;
text-align: center;
font-style: italic;
}

.wxp {
color: #0000B0;
}

.wme {
color: #00A000;
}

.tt {
font-family: monospace;
font-size: large;
font-weight: normal;
}

.pcurl {                 /* used for podcast URLs (non clickable) */
font-family: monospace;
font-size: medium;
}


#menu {             /* Experimental menu bar thingy, dump the tables dude */
float:left;
margin-right:20px;  
background-color:#FFFFFF;             
border-right:5px solid #000000;
border-bottom:5px solid #000000;
border-top:5px solid #B2B2B2;
border-left:5px solid #B2B2B2;
padding-left:5px;
padding-right:5px;
}
