.lowText { text-decoration: none; color: #000000; font: 12px Arial, Helvetica }
.highText { text-decoration: none; color: #FFFFFF; font:bold 14px Arial, Helvetica}
.itemBorder { border: 1px solid #666666 }
.itemBorderBlank { border: 1px solid #CCCCDD }

.buttonText { text-decoration: none; color: #FFCC99; font: Bold 12px Arial, Helvetica }
.buttonHover { text-decoration: none; color: #99CCFF; font: Bold 12px Arial, Helvetica; padding: 1px }
.buttonBorder { border: 1px outset #339966 }
.buttonBorderOver { border: 1px inset #CC9966 }

body { 
scrollbar-base-color: white; 
scrollbar-face-color: teal; 
scrollbar-track-color: sky; 
scrollbar-arrow-color: #330033;
scrollbar-highlight-color: #FFFFFF; 
scrollbar-3dlight-color: #CCCCCC; 
scrollbar-shadow-color: #663366;
scrollbar-darkshadow-color: #000000; 
}

A:link {
  color: teal; 
  text-decoration: none; 
}/*normal links in the text*/

A:visited {
  color: teal; 
  text-decoration: none; 
}/*normal links in the text*/

A:hover { /*this effect is not shown in NN4.xx*/
  color: blue; 
  text-decoration: none; 
  background: none;}
  
A:link.contact {color: white; text-decoration: none; font:bold 14px Arial, Helvetica}
A:visited.contact {color: white; text-decoration: none; font:bold 14px Arial, Helvetica}
A:hover.contact {color: white; background: #6699CC; text-decoration: none; font:bold 14px Arial, Helvetica}



