p { font-family: Helvetica, Arial, Verdana, sans-serif }
.smaller { font-size: smaller }
.small { font-size: small }

.colblue { color: blue }
.colred { color: red }

.pinkbg { color: rgb(255,255,255);
          background: #FFAAAA;
          padding-top: 5px;
          padding-bottom: 5px;
}
.purplebg { color: rgb(255,255,255);
          background: #BBBBFF;
          padding-top: 5px;
          padding-bottom: 5px;
}

.menuitem { 
            color: white;
            font-family: Verdana, Helvetica, Arial, sans-serif;
            font-weight: bold;
}

}
.sidebartxt {
}

a:link, a:visited, a:active { 
    text-decoration: none;
    font-weight: bold;
}

a:hover {
  text-decoration: underline;
}




