﻿ 
.foot {
	font-size: 9pt;
	color: #333333;
	text-decoration:none;
	
}

a:link { color: green; text-decoration: none }
a:active { color: green; text-decoration: none }
a:visited { color: Green; text-decoration: none }
a:hover { color: green; text-decoration: underline }
 