body {
 font-size: 11pt;
 font-family: Arial, Helvetica, sans-serif;
}

:link, :visited {
 color: #bc2323; 
 background-color: transparent;
 text-decoration: none; 
}

:link:visited { 
 color: #cc3333;
 background-color: transparent;
}

:visited:hover {
 color: #efba1a; 
 background-color: transparent;
 text-decoration: underline;
}

:link:hover {
 color: #efba1a; 
 background-color: transparent;
 /* text-decoration:  none; */
 text-decoration:  underline; 
}

:link:active {
 color: #d78811;
 background-color: transparent;
}

.noborder { border: 0; }
 
img.logo {
 border: 0;
 width:  100px;
 height: 100px;
}


