DIV.title {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : large;
  font-style : normal;
  font-variant : normal;
  font-weight : bolder;
  color : white;
}


DIV.element {
  font-family : Arial, Helvetica, sans-serif;
  font-size : small;
  color : white;
  font-variant : small-caps;
  font-weight : bolder;
  margin-bottom : 10px;
  font-style : normal;
}

A:VISITED {
	color : White;
	text-decoration : none;
}



BODY {
  background-color : black;
  font-family : Arial, Helvetica, sans-serif;
  font-size : smaller;
  color : white;
}


A:hover {
  color : #ffffcc;
}


A:link {
  color : white;
  text-decoration : none;
}


DIV.description {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 10pt;
  color : white;
  margin-bottom : 8px;
}
