  body { 
    margin-left: 0; 
    font-family: Bookman Antiqua;
    font-size: 14px;
    color: black;
    background-image: url(back.jpg)
  }
  
  /*links for authors*/
  a.noline:link { color:#6666ff; font-weight: bold; text-decoration: none}
  a.noline:visited { color:#6666ff; font-weight: bold; text-decoration: none}
  a.noline:active { color:#6666cc; text-decoration: none; font-weight: bold}
  a.noline:hover {color:#6666cc; text-decoration: none; font-weight: bold}
  
  /*links no bold*/
 a.text:link    {color:#333366; text-decoration: none}
 a.text:visited {color:#333366; text-decoration: none}
 a.text:active  {color:#333333; text-decoration: none}
 a.text:hover   {color:#333333; text-decoration: none}

/* Custom class for formatting references */

p.ref
{
margin-left: 40px;
text-indent: -40px
}

  h1 {
    font-size: 150%;
    color: FFFFFF;
    text-align: center;
    text-decoration: none;
    line-height: normal;
    width: 550px
  }
  h2 {
    font-family: verdana, arial, sans-serif;
    font-size: 130%;
    color: 6699ff;
    text-align: center;
    line-height: normal
  }
  h3 {
    font-size: 120%;
    color: 6699ff;
    text-align: left;
    line-height: normal
  }
  .footer2 {
    text-align: center;
    border: 2px groove B9EAFF;
    font-family: Times New Roman, arial, sans-serif;
    font-size: 10px;
    color: FFFFFF;
    width: 170px
  }
  table {
    border-width: 2px;
    border-color: white;
    color: black
  }
  td
  {
    font-family:  verdana, arial, sans-serif;
    font-size: 12px;
  }
  td.intro
  {
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
  }
  td.ref
  {
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
  }
  ol { text-align: left }
  pre {
    font-family: courier new;
    font-size: 12px;
    color: 0064A6;
    text-align: left
  }
  .inst {
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    text-align: left;
    line-height: 18px
  }
  .refs {
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    text-align: left
  }
  .box {
    font: monospace;
    font-size: 11px;
    width: 100%;
    height: 220px
  }
