﻿
A          {
                text-decoration : none;
                color : grey;
                font-size : 10pt;
            }
            
A:Visited   {
                text-decoration : none;
                color : grey;
                font-size : 10pt;
            }
            
A:Hover     {
                text-decoration : none;
                color : silver;
                font-size : 10pt;
            }
