body, tbody { font-size: 8pt; 	font-family: Arial, Verdana; }

body {overflow: scroll}

table {	empty-cells:show; }

li { list-style-type:none; }


h1 { font-style: bold; 	font-size: 300%; }

h2 { font-style: bold; font-size: 120%; }

a:link { text-decoration:none; font-weight:normal; color:#FF0000; }

a:visited { text-decoration:none; font-weight:normal; color:#FF0000; }

a:hover { text-decoration:none; font-weight:bold; color:#FF0000; }

a:active { text-decoration:none; font-weight:normal; color:#FF0000; }

a:focus { text-decoration:none; font-weight:bold; color:#FF0000; }

#rundrum { border-width:1px; border-style:solid; border-color:#034EA2; padding:0.1em; text-align:justify; }

#rundrum1 { border-width:1px; border-style:solid; border-color:#E2001A; padding:0.1em; text-align:justify; }

#rundrum2 { border-width:1px; border-style:solid; border-color:#E2001A; padding:1.1em; text-align:justify; }

#rundrum3 { border-width:1px; border-style:solid; border-color:#28903A; padding:0.1em; text-align:justify; }



ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul, li {
  display: inline;
}

ul#nav li ul {
  display: none;
}

ul#nav li:hover ul {
  display: inline;
}

ul#nav li a {
  font-weight: normal;
  color: #777777;
  text-decoration: none;
}

ul#nav li a:hover {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

ul#nav li a:focus {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

