.border
  {
  border-style:Solid;
  border-width:5px;
  }

.center
  {
  text-align:center;
  }

.even
  {
  background-color:#DCDCDC;
  color:Inherit;
  }

.narrow
  {
  width:0;
  }

.noborder
  {
  border-style:none;
  }

.noimage
  {
  background-image:None;
  }

.nomargin
  {
  margin:0;
  }

.nopadding
  {
  padding:0;
  }

.odd
  {
  background-color:rgb(251,214,161);
  color:Inherit;
  }

.quote
  {
  background-color:#DDDDDD;
  border-style:Solid;
  border-width:1px;
  color:#A0522D;
  margin-left:3ex;
  margin-right:3ex;
  }

.right
  {
  text-align:right;
  }

.urgent
  {
  background-color:Yellow;
  color:Black;
  }

.wide
  {
  width:100%;
  }

A:active
  {
  background-color:Transparent;
  color:Red;
  }

A:hover
  {
  background-color:Yellow;
  color:Red;
  }

A:link
  {
  background-color:transparent;
  color:#A0522D;
  }

A:visited
  {
  background-color:transparent;
  color:#D2691E;
  }

BODY
  {
  background-image:url(images/Parchment_bg.jpg);
  background-color:rgb(234,234,234);
  color:rgb(201,158,103);
  font-family:Palatino,"Times Roman",Verdana,Garamond,Serif;
  margin:3ex;
  }

BODY,LI,TD,P
  {
  font-size:12pt;
  }

CAPTION
  {
  font-size:12pt;
  font-weight:Bold;
  }

DD
  {
  margin-bottom:1ex;
  }

DT
  {
  font-size:12pt;
  font-weight:Bold;
  margin-top:0.62ex;
  }

H1
  {
  font-size:24pt;
  text-align:Right;
  }

H2
  {
  font-size:20pt;
  text-align:Right;
  }

H3
  {
  font-size:16pt;
  text-align:Center;
  }

H4
  {
  font-size:14pt;
  text-align:Center;
  }

HR
  {
  background-color:Transparent;
  color:#A0522D;
  }

IMG
  {
  border-style:Solid;
  border-width:5px;
  }

LI
  {
  text-align:Left;
  padding-top:0.38ex;
  padding-bottom:0.62ex;
  }

P
  {
  text-align:Left;
  padding:5px;
  }

TABLE
  {
  border-color:#5E3C16;
  border-style:Solid;
  border-width:3px;
  margin-top:0.62ex;
  margin-bottom:1ex;
  }

TD
  {
  background-color:#EAC155;
  color:#A0522D;
  border-style:None;
  margin:1ex;
  vertical-align:Middle;
  padding-left:1ex;
  padding-right:1ex;
  }
