
a:link    { text-decoration: none;      font-weight: normal; color: #CCCC00 }
a:active  { text-decoration: none;      font-weight: normal; color: #CC0000 }
a:visited { text-decoration: none;      font-weight: normal; color: #CCCC00 }
a:hover   { text-decoration: underline; font-weight: normal; color: #00CC00 }

body {
     background: #303030 url(background.gif);
     background-image: url(background.gif);
     }
/*
body, .main {
     color: #C0C0C0;
     font-family: Arial;
     font-weight: normal;
     }
*/

h1 {
   color: #BB3333;
   font-family: Helvetica,Arial,Geneva,Swiss,SunSans-Regular;
   font-weight: bold;
   font-size: large;
   font-style: oblique;
   text-decoration: none;
   }

h2 {
   color: #0088BB;
   font-family: Helvetica,Arial,Geneva,Swiss,SunSans-Regular;
   font-weight: bold;
   font-size: medium;
   }

td.border  { background: #A0A0A0; }
td.content { 
     background: #000000; 
     vertical-align: top;
}
td.content, .main { 
     color: #C0C0C0;
     font-family: Helvetica,Arial,Geneva,Swiss,SunSans-Regular;
     font-size: small;
}
span.content { 
     font-family: Helvetica,Arial,Geneva,Swiss,SunSans-Regular;
}

td.linkbox1 {
     vertical-align: top;
     background: #000000;
     color: #C0C0C0;
     font-family: Helvetica,Arial,Geneva,Swiss,SunSans-Regular;
     font-size: small;
}
td.linkbox2 {
     vertical-align: top;
     background: #002233;
     color: #C0C0C0;
     font-family: Helvetica,Arial,Geneva,Swiss,SunSans-Regular;
     font-size: small;
}
td.publication {
     vertical-align: top;
     background: #002222;
     color: #C0C0C0;
     font-family: Helvetica,Arial,Geneva,Swiss,SunSans-Regular;
     font-size: small;
}

p.list { 
  text-indent: 0em;
  margin-top: 3pt;
  margin-bottom: 4pt;
/*
  margin-top: 1.5%;
  margin-bottom: 1.5%;
*/
}

li.refs { 
  margin-top: 3pt;
  margin-bottom: 4pt;
/*
  text-indent: 0em;
  margin-top: 1.5%;
  margin-bottom: 1.5%;
*/
}

a:link.invisibleLink    { text-decoration: none;      color: #C0C0C0 }
a:active.invisibleLink  { text-decoration: none;      color: #C0C0C0 }
a:visited.invisibleLink { text-decoration: none;      color: #C0C0C0 }
a:hover.invisibleLink   { text-decoration: underline; color: #C0C0C0 }



