/* main stylesheet for SelTarbase */
/* admin@seltarbase.org  May 2007/Heidelberg */
/* address with <link rel=\"stylesheet\" type=\"text/css\" href=\"formate.css\"> */

/** { font-family: helvetica, arial, sans-serif; } */
* { font-family: verdana, sans-serif; font-size: 12px; }
h1 { font-family: verdana, sans-serif; font-size: 144%; }
h2 { font-family: verdana, sans-serif; font-size: 130%; }
h3 { font-family: verdana, sans-serif; font-size: 116%; }
b { font-family: verdana, sans-serif; font-size: 100%; } /*font-weight: bold;*/
i { font-family: verdana, sans-serif; font-size: 100%; } /*font-style: italic;*/
u { font-family: verdana, sans-serif; font-size: 100%; }
big { font-family: verdana, sans-serif; font-size: 116%; } /*14px*/
small { font-family: verdana, sans-serif; font-size: 84%; } /*10px*/
sup, sub { font-family: verdana, sans-serif; font-style: bold; font-size: 84%; }

/* special classes - use with <p class=""></p>, <div class=""></div> or <span class=""></span> */
.updown { font-size: 10px; float: left;}
.header { font-size: 144%; font-weight: bold; }
.legend { font-size: 10px; font-weight: bold; text-align: justify; }
.text12 { font-size: 12px; }
.text10 { font-size: 10px; }
.text8 { font-size: 8px; }
.nohit { color: rgb(153, 153, 153); font-size: 100%; }

a { text-decoration: none; font-size: 100%; }
a:link { color: #0000ee ; font-size: 100%; }
a:visited { color: #6600cc; font-size: 100%; }
a:focus { color: #ccccff ; background-color: #0000ee; font-size: 100%; }
a:hover { color: #ccccff;  background-color: #0000ee; font-size: 100%; }
/* a:active { color: #0000ee ; } font-weight: bold; */
