/* default settings for the body */
body {
background-image: url(pics/darker_beige.bmp);
}
/* Anchor pseudo-classes for the links */
a:link    { color: blue; text-decoration:none;}
a:active  { color: red; text-decoration:bold;}
a1:active  { color: blue; text-decoration:none;}
a:visited { color: red; text-decoration:bold;}
a:hover   { color: red; text-decoration: underline;}
a1:hover   { color: #FFFFFF; text-decoration: none;}
/* settings for table headings */
/* You could also put a color setting in here, and drop the heading selector */
th {
  font-family: Arial Narrow, Verdana, Helvetica, sans-serif;
  font-size: medium; 
}

smaller {
 font-family: Arial Narrow, Verdana, Helvetica, sans-serif;
 font-size: smallest;
 font-color: #FFFFFF;

}

/* settings for table cells */
td {
  font-family: Arial Narrow, Verdana, Helvetica, sans-serif;
  font-size: small; 
  font-color: #FFFFFF;

}

/* settings for paragraphs */
p { font-family: Arial Narrow, Verdana, Helvetica, sans-serif;
    font-size: small;
    font-color: #FFFFFF;

}

/* settings for other block-level elements*/
h1, h2, h3 { 
  margin-left: 2%;
  font-family: Arial Narrow, Verdana, Helvetica, sans-serif;
font-color: #FFFFFF;
}
 
/* class selectors
.heading { background: #CCCCCC; color: #000000; }
.event { background: #CCCCCC; color: #000000; }
.normal { background: #FFFFFF; color: #000000; }
*/














