BODY{
  font-family : sans-serif;
}
H1{
  font-family : serif;
}
H2{
  font-family : serif;
}
H3{
  font-family : serif;
}
H4{
  font-family : serif;
}
H5{
  font-family : serif;
}
H6{
  font-family : serif;
}

DIV.disclaimer {
	font-size : 75%;
}

SPAN.disclaimer {
	font-size : 75%;
}

SPAN.red {
	color : Red;
}

SPAN.gray {
	color : Gray;
}

SPAN.bold-red {
	color : Red;
	font-weight : bold;
}

SPAN.center {
	text-align : center;
}

SPAN.java-keyword {
	color : Blue;
}

SPAN.java-literal-string {
	color: Maroon;
}
SPAN.serif{
  font-family : serif;
}

