BODY{

  color: #555522;
  background-color: #FFFFFE;
  background-image: url(./saturate.jpg);
  background-repeat: no-repeat;
  background-attachment : fixed;
  margin-left: 4em;
  margin-right: 4em;
  font-size : 10pt;
}
H1{
  color: #663300;
  border-left-width : 3pc;
  border-left-style : solid;
  border-bottom-width : 3px;
  border-bottom-style : solid;
  padding-left : 10px;
  border-bottom-color : #6A5ACD;
  border-left-color : #6A5ACD;
}
H2{
  color: #663300;
  padding-left : 5px;
  border-left-width : 2pc;
  border-bottom-width : 3px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #6A5ACD;
  border-bottom-color : #6A5ACD;
}
H3{
  color: #663300;
  padding-left : 3px;
  border-left-width : 1pc;
  border-bottom-width : 3px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #6A5ACD;
  border-bottom-color : #6A5ACD;
}
HR{
  color: #6A5ACD;
  height: 3px;
}
P{
  color: #666633;
}


a:link        { text-decoration:none; color:#0000ff }
a:visited     { text-decoration:none; color:#0000ff }
a:active      { text-decoration:none; color:#00ffff }
a:hover       { text-decoration:none; color:#00ffff }


UL{
  color: #666633;
  list-style-image: url(images/l_g01.gif);
  list-style-position: outside;
}

# TH{
#   color: #FFFFFF;
#   background-color: #AAAAAA;
# }
# TD{
#   color: #111111;
#   background-color: #DDDDDD;
# }

tr,td,th { font-size:10pt }
span	   { font-size:18pt }
big	     { font-size: 12pt }
small	       { font-size: 9pt }

