:link { color: rgb(0, 0, 153) }  /* for unvisited links */
:visited { color: rgb(153, 0, 153) } /* for visited links */
:active { color: rgb(255, 0, 102) } /* when link is clicked */
:hover { color: rgb(0, 96, 255) } /* when mouse is over link */

.bodytext  {
        font-family: Arial; font-size: 12px; color: #666666; margin-top: 0; margin-bottom: 0;
}
