a:hover {color:#FF0000; text-decoration:underline}

body {
color: #262626;
font-family: Arial, sans-serif;
font-size: small;
}

a.colorBlue{ /* blue color for links used mainly on the website and on data displays*/  
color: #0000FF;
}

.textBold { /*used for bold text*/
font-weight: bold  !important;
}


