/* style sheets rule!! */
/* these are copyright (c) 1999-2004 by PHaX !! */
/* Optimized for Mozilla */

body
{
  font-family:Arial,Helvetica,sans-serif;
}

h1 { font-size:200%; }
h2 { font-size:140%; }

/* links */
a {
  text-decoration:none;
  font-weight:600;
  color:#ff0000;
}

/* Images */
img {
  border:0;
}

/* general highligthing */
.highlight
{
  background-color:#a0e0a0;
}

.borded
{
  padding:4px;
}

.borded_l
{
  border:1px solid #C0C0C0;
  padding:4px;
}

.th_ {
  font-weight:bold;
}

/* the 2 content elements */

div#menu
{
  padding:4px;
  position:absolute;
  left:6px;  /* for IE */
  display:none;
}

div#content
{
}

/* copyright text */
.copyright
{
  position:relative;  /* for IE */
  font-size:90%;
  margin-top:5mm;
}

/* For the history elements */
td.hist_th {
  vertical-align:top; 
  font-weight:bold;
}

/* end of CSS */
