a:link
{
       color: blue ;
       text-decoration: underline ;
}

a:visited
{
       color: blue ;
       text-decoration: underline ;
}

a:hover
{
       color: red ;
       text-decoration: underline ;
}

a:active
{
       color: magenta ;
       text-decoration: underline ;
}

div.banner
{
                position         : fixed            ;
                top              : 0.2em            ;
                left             : 5px              ;
                right            : 5px              ;
                height           : 5.50em           ;
                background-color : #fff             ;
}

div.resume
{
                position         : fixed            ;
                top              : 6.50em           ;
                left             : 5px              ;
                right            : 5px              ;
                bottom           : 0                ;
                background-color : #fff             ;
                overflow         : scroll           ;
                padding-right    : 10px             ;
}

