a:link	{      
					font-family:Arial;
					font-size:9.0pt;					
					color: blue;
					text-decoration: underline;
					}

a:hover				{
					font-family:Arial;
					font-size:9.0pt;					
					color: red;
					text-decoration: underline;
					}

a:active            { 
                    font-family:Arial;
					font-size:9.0pt;					
					color: green;
					text-decoration: underline;
					}

a:visited           {
                    font-family:Arial;
					font-size:9.0pt;					
					color: blue;
					text-decoration: underline;
					}