<style type="text/css">
p.line
{
border-style: solid;
border-width: 0px 10px 5px 0px;
border-color: 000000;
}
a:link {text-decoration: none; font-size: 100%; color: 990000; }
a:visited {text-decoration: none;  font-size: 100%; color: 990000;}
a:active {text-decoration: none;  font-size: 100%; color: 990000;}
a:hover {text-decoration: underline; color: 000000; font-size: 100%}

  .submitlink, .submitlink:link, .submitlink:visited, .submitlink:focus {
   color: 990000;
   background-color: transparent;
   text-decoration: none;
   border: none;
   cursor: pointer;
   cursor: hand;
  }
  .submitlink:hover{
	color:000000;
   background-color: transparent;
   text-decoration: underline;
   border: none;
   cursor: pointer;
   cursor: hand;
}

 
</style>