pre {
  font-family: sans-serif;
}

body {
  background: #FFF;
  color: #9a0000;
}

body.not-showable {
  border-color: #333 #333 #333 #333;
}

fieldset {
  border-color: #333 #333 #333 #333;
}

/* IE 6 on XP need the legend text colour setting */
legend {
  background: transparent;
  color: #9a0000;
}

/* Misc */
table caption {
  background: #666;
  color: #FFF;
}

tfoot td {
  background: #CCC;
  color: #333;
}

.error {
  color: #FFF;
  background: red;
}


/* Primary */
div.logo {
  background: #C96;
  color: #9a0000;
  border-bottom: solid #9a0000 1px;
}

div.logo a:link,
div.logo a:visited,
div.logo a:hover,
div.logo a:focus,
div.logo a:active {
  background-color: transparent;
  color: #FFF;
  text-decoration: none;
}

div.search form p input#q { 
  background: #FFF;
  color: #333;
}
div.search form p input#submit { 
  background: #CCC;
  color: #333;
}

/* The following CSS is for the divs within the sidebar. 
   If it's needed to have different settings for different 
   boxes then the unique class bames that each div has can 
   be used. */
div.sidebar div { 
  background: #FFF;
  color: #9a0000;
  border: solid #9a0000 1px;
}
div.sidebar div h2 {
  background: #C96;
  color: #9a0000;
  border-bottom: solid #9a0000 1px;
}
div.sidebar div h2 a:link, 
div.sidebar div h2 a:visited {
  color: #9a0000;
  background: transparent;
}

/* This is for the bars on the poll results page */
table td small.poll {
  background: red;
  color: red;
}
div.footnote {
  border-top-color: #008; 
}
a:link {
  background: transparent;
  color: #609;
} 
a:visited {
  background: transparent;
  color: #606;
} 
a.not-showable:link {
  background: #FCF;
  color: #00F;
}
a.not-showable:visited {
  background: #FCF; 
  color: #C0C;
}
/* :active here is just for IE */
a[href]:hover, a[href]:focus, a[href]:active {
  background: #FFC;
  color: #333;
} 
/* The following is for Mozilla */
a[href]:active {
  background: #FFF;
  color: #F03;
} 
input[type=text], textarea, select {
  background: #FFF;
  color: #333;
}
input[type=text]:hover, input[type=text]:focus,
textarea:hover, textarea:focus,
select:hover, select:focus {
  background-color: #FFC;
  color: #333;
}
input[type=text]:active, textarea:active, select:active {
  background-color: #F7F7F7;
  color: #F63;
}
input[type=submit] {
  background: #CCC;
  color: #333;
  font-weight: bold;
}
input[type=submit]:hover, input[type=submit]:focus {
  background-color: #DDD;
  color: #333;
}
input[type=submit]:active {
  background-color: #F7F7F7;
  color: #F63;
}

/* Hide the headlines parg about preferences */
div.headlines p.headline-preferences {
  display: none;
}

/* Reduce the whitespace in headline listings */
div.headlines dd p {
margin: 0em;
}

