/* standard elements */

BODY {
background: url("http://www.cs.au.dk/~olavb/Grf/transeal.gif") no-repeat; background-position: 100% 0%;
font-family:  sans-serif;
background-color: #efefef;
}


H1, H2, H3, H4, H5, H6, P, LI, TD, UL, address{
font-family: verdana, sans-serif; 
color: black;}


P, UL, LI, TD {font-size: 10pt}

P.small {font-size: 8pt; }

P.body {
  font-family: times, serif;
}



address {
  font-size: 7pt; 
  text-align: right; 
  color: gray; 
  Font-style: normal;

}







/* link elements */

A:link    { color: red; text-decoration: none}
A:visited { color: red; text-decoration: none }
A:hover  { color: red; background: white; text-decoration: none }
A.transp:hover {background: none}


