/* The header */
BODY.header { 
  background: #FFFFFF;
}


/* The menu */
BODY.menu { 
  background:   #000000;
  color:        #FFFFFF;
  font-weight:  bold;
  font-family:  sans-serif;
  text-align:   center;
}

BODY.menu A { 
  text-decoration: none;
  color:           #FFFFFF;
}


/* Main page body and text attributes */
BODY.main { 
  background:   #FFFFFF;
  font-family:  sans-serif;
}

BODY.main P { 
  margin-left:     10px;
}

BODY.main A { 
  text-decoration: none;
  font-weight:     bold;
}

DIV.code { 
  margin-left:     20px;
  font-family:     monospace;
  color:           #000000;
}

/* The link tables */
TABLE.linktable { 
  margin-left:      20px;
}

TABLE.linktable TD { 
  text-align:       left;
  vertical-align:   top;
  padding:          10px;
}


/* The news items */
DIV.news { 
  margin-left:     20px;
  margin-right:    50px;
  margin-top:      5px;
  margin-bottom:   5px;
  border:          solid #000000;
  border-width:    1px;
}

DIV.news H1 { 
  background:  #000000;
  margin:      0px;
  font-size:   100%;
  font-weight: bold;
  padding:     3px;
  color:       #FFFFFF;
}

DIV.news DIV { 
  padding:     3px;
  margin:      0px;
  background:  #FFFFFF;
}

DIV.importantnews DIV.news { 
  border:          solid #0000FF;
  border-width:    1px;
}

DIV.importantnews H1 { 
  background:  #0000FF;
  color:       #FFFFFF;
}

DIV.importantnews DIV { 

}