﻿a:link {
		font-family: Verdana, Geneva, Tahoma, sans-serif;
		font-size: x-small;
		font-weight: normal;
		font-style: normal;
		font-variant: normal;
		text-transform: none;
		color: black;
		text-decoration: none;
	}
	
a:visited {
		font-family: Verdana, Geneva, Tahoma, sans-serif;
		font-size: x-small;
		font-weight: normal;
		font-style: normal;
		font-variant: normal;
		text-transform: none;
		color: black;
		text-decoration: none;
	}


a:hover {
		font-family: Verdana, Geneva, Tahoma, sans-serif;
		font-size: x-small;
		font-weight:  normal;
		font-style: normal;
		font-variant: normal;
		text-transform: none;
		color:   #333333;
		text-decoration:  underline;
	}

a:active {
		font-family: Verdana, Geneva, Tahoma, sans-serif;
		font-size: x-small;
		font-weight: normal;
		font-style: normal;
		font-variant: normal;
		text-transform: none;
		color:  navy;
		text-decoration: none;
	}
	
	
