        .links A:link
        {
            color: #036;
        }
        .links A:visited
        {
            color: #066;
        }
        .links A:hover
        {
            background-color: #036;
            color: #fff;
        }
        .links A:active
        {
            background-color: #036;
            color: #fff;
        }     
       .links img
       {
       	padding:0px;
       	margin:0px;	
       }
       .links p
       {
       	padding:0px;
       	margin:0px;
      text-align:left;
       }
       .link 
       {		
       	padding:20px;
       	margin:20px;
       		
       }
       .lnkimg 
       {	
       margin:10px;
       border-bottom:#006 1px double;
       border-bottom-style:groove;
       text-align:center;
       }
