A:link {
        color : black;
		font : menu;
        text-decoration: none; 

		}

A:visited {
        color : black;
		font : menu;
        text-decoration: none;
		 }

A:hover {
        color: white;
		font : menu;
		font-weight : bold;
        text-decoration: none;
		background-color : #2F7DC1;
		border-bottom : 1px solid black;
		border-right : 1px solid black;
		border-top : 1px solid silver;	 		
		border-left : 1px solid silver;	 }

A:active {
        color: red;
        text-decoration: none; }
		  
HR {color : white; border-bottom : 1px dotted #990000; text-align :left"}