
body
{
  
  background-color: tan;
  color: navy;
  
  margin-left: 7%;
  margin-right: 7%;
  
}

/* hr is a horizontal ruler */
hr 
{
  color:navy;
  background-color: tan;
  width:90%
}

TABLE.menu 
{
  COLOR: navy;
  BACKGROUND-COLOR: tan; 
  BORDER-BOTTOM-WIDTH: 0px;
  BORDER-LEFT-WIDTH: 0px; 
  BORDER-RIGHT-WIDTH: 0px; 
  BORDER-TOP-WIDTH: 0px;  
  FONT-SIZE: 75%; 
  WIDTH: 100%
}

TABLE.std
{

  COLOR: NAVY;
  TEXT-ALIGN: CENTER;
  BORDER-BOTTOM-WIDTH: 10px;
  BORDER-LEFT-WIDTH: 10px; 
  BORDER-RIGHT-WIDTH: 10px; 
  BORDER-TOP-WIDTH: 0px;  
  FONT-SIZE: 75%; 
  WIDTH: 100%
}
div
{
  TEXT-ALIGN: center;
  BORDER-BOTTOM-WIDTH: 0px;
  BORDER-LEFT-WIDTH: 0px; 
  BORDER-RIGHT-WIDTH: 0px; 
  BORDER-TOP-WIDTH: 0px;  
  WIDTH: 100%
}
div.citation
{
TEXT-ALIGN: left;
FONT-STYLE: italic;
BORDER-BOTTOM-WIDTH: 0px;
BORDER-LEFT-WIDTH: 0px;
BORDER-RIGHT-WIDTH: 0px;
BORDER-TOP-WIDTH: 0px;
WIDTH: 100%
}
div.citation2
{
TEXT-ALIGN: left;
MARGIN-LEFT: 5%

}