/*************************************************************************
Filename: ptbird.css
Author: John Urbanek
*************************************************************************/
a:link { 
   color: #003399; 
   text-decoration: none; }
a:visited {
   color: #0000AF;
   text-decoration: none; }
a:hover {
    /*this effect is not shown in NN4.xx*/ color: #FF0000;
    text-decoration: underline; /* background: #FFFFFF; */ }
a:active {
    /*colour in NN4.xx is red*/ color: #990000;
    text-decoration: underline; /* background: #FFFFFF; */ }

body.default {
   font: normal normal normal 10pt Arial, sans-serif; }
h1.title {
   font-size: 1.8em;
   color: #003399; 
   border-bottom: solid 2px #C0C0C0;
   width: 60ex; }
h2.heading {
   font-size: 1.4em;
   color: #003399;
   border-bottom: solid 2px #C0C0C0;
   width: 40ex; }
img {
   border: none; }
li.inst {
   padding-top: 0.2em;
   padding-bottom: 0.2em; }
