.labelp, .labelg {
    color: black;
    background-image: url('images/stripes.gif');
    background-repeat: no-repeat;
    background-position: left bottom;
    font-weight: bold;
    padding: 0px 5px 7px 5px;
    }

.pulse {
    background-image: url('images/pulse1.gif');
    background-repeat: repeat-x;
    color: white;
    font-size: 11pt;
    font-weight: bold;
    padding: 5px 10px;
    margin-bottom: 5px;
    }

.striped {
    background-image: url('images/stripes.gif');
    }

a {
    color: purple;
    }
    
a:visited {
    color: darkblue;
    }

a:active {
    color: goldenrod;
    }

body {
    font-family: arial, sans-serif;
    }

img.framed {
    border: 1px black solid;
    }

td {
    font-size: smaller;
    }
