body {
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
    font: 8pt Arial;}


a.first:link{
     text-decoration: none;
     color: black;}
a.first:visited{
     text-decoration: none;
     color: black;}
a.first:active{
     text-decoration: underline;
     color: green;}
a.first:hover{
     text-decoration: underline;
     color: blue;}
a.second:link{
     text-decoration: none;
     color: blue;}
a.second:visited{
     color: red;}
a.second:active{
     text-decoration: none;
     color: blue;}
a.second:hover{
     text-decoration: none;
     background-color: white;
     color: blue;}
