a:link {background-color: transparent;
  color: #0000A0;
  font-weight: bold;
  text-decoration:none;}
           
a:visited {background-color: transparent;
  color: #0000C0;
  font-weight: bold;
  text-decoration:none;}

a:active {background-color: transparent;
  color: #fe0000;
  font-weight: bold;
  text-decoration:none;}

a:hover {background-color: #EEEEEE;
  color: #1919ff;
  font-weight: bold;
  text-decoration:none;}

a.bold {
   background-color: transparent;
   text-decoration: none;
   font-weight: bold;
   font-family: verdana,geneva,helvetica,sans-serif;
   font-size: medium;}

body {
  background-color: white;
  color: #000000;
  font-family: verdana,geneva,helvetica,sans-serif,sans-serif;
  font-size: 80%;
}

h1 { 
  color: black;
  background-color: transparent;
  font-weight:bold;
  font-size: 140%;
  text-align: center;
}

h2 { 
  color: black;
  background-color: transparent;
  font-weight:bold;
  font-size: 120%;
  text-align: left;
  margin-left:0.2cm;
  margin-right:0.2cm;
}

div { 
  text-align: left;
  margin-left:0.2cm;
  margin-right:0.2cm;
}