body
 {
  color: #000000;
  background-color: #ffffff;
 }

h1
 {
  font-family: trebuchet ms, arial, times;
  color: #000000;
  background-color: transparent;
  font-style: normal;
  font-size: 200%;
 }

h2
 {
  font-family: trebuchet ms, arial, times;
  color: #000000;
  background-color: transparent;
  font-style: normal;
  font-size: 160%;
 }

h3,p
 {
  font-family: trebuchet ms, arial, times;
  color: #000000;
  background-color: transparent;
  font-style: normal;
  font-size: 130%;
 }

h4
 {
  font-family: trebuchet ms, arial, times;
  color: #000000;
  background-color: transparent;
  font-style: normal;
  font-size: 100%;
 }

ul.square
 {
  list-style-type: square;
  font-family: trebuchet ms, arial, times;
  color: #fe9900;
  background-color: transparent;
  font-style: normal;
  font-size: 140%;
  line-height: 200%;
 }

ul.none
 {
  list-style-type: none;
  font-family: trebuchet ms, arial, times;
  color: #000000;
  background-color: transparent;
  font-style: normal;
  font-size: 100%;
 }


a
 {
  text-decoration: none;
  color: #000096;
  font-style: italic;
  font-size: 100%;
 }

