   a:hover {color: #000000; text-transform: capitalize; font-weight: bold}
   BODY, TD {font-size: 10pt; font-family: courier new, courier, arial, helvetica, sans-serif; font-weight: normal}
   H1 {font-size: 16pt; font-family: courier, courier new, arial, helvetica, sans-serif; font-weight: bold}
   H2 {font-size: 18pt; font-family: courier new, courier, arial, helvetica, sans-serif; font-weight: bold}
   H3 {font-size: 12pt; font-family: courier new, courier; font-weight: bold;line-height: 0%}
   H4 {font-size: 14pt; font-weight: normal}
   TH {font-size: 10pt}
   p.nh {font-size: 12pt; font-family: courier new, courier; font-weight: bold; generic-family: monospace}

<SCRIPT language="JavaScript">>
<!-- Gem koden for gamle browsere 

function PopWin(url,h,w) { var ww = 480, wh = 340, leftPos = null, topPos = null; 

//IE=(document.all)?true:false; 
//var wh = (IE)?document.body.clientHeight : window.innerHeight; 
//var ww = (IE)?document.body.clientWidth : window.innerWidth; 

//if (top.screen){ 
//  if (screen.width){ 
//    leftPos = Math.round((ww-w-10)/2); 
//    topPos = Math.round((wh-h-29)/2); 
//  } else { 
//var    leftPos = 50 
//var    topPos = 50 
  //} 
//} 

 popupWin = window.open(url, 'window', 'height=' + h + ',width=' + w + ',top=' + topPos + ',left=' + leftPos + '') 
} 
// --> 
</SCRIPT>
