PRE {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 9pt;
}

BODY, TD {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 9pt;
}

A {
	text-decoration: none;
	color: blue;
}

A:Hover {
	text-decoration: underline;
	color: red;
}

A:ACTIVE {
	color : Red;
}

<!-- Paste this code into the CSS section of your HTML document
     that will hold the text to be displayed.  -->

#container{
  text-align: left;
  background-color: #faf7ec;
  width: 100%;
  margin: 20px auto 0 auto;
  padding: 0;
}
#block0, #block1, #block2, #block3, #block4, #block5 {
  border-top: solid 1px #785a3c;
  margin: 0;
  padding: 10px;
}
.active {
  background-color: #fff;
}
.visited {
  background-color: #ede7da;
}
#block0, #block0.active, #block0.visited {
  text-align: center;
  background-color: #a0dcf8;
  border-top: none;
  border-bottom: solid 4px #785a3c;
}

