/* CSS Document */

a:body {  font-family: Times New Roman, Times, serif; 
			font-size: 14px; 
			font-style: normal; 
			color: #000000; 
			text-decoration: none}
			
a:link {  font-family: Times New Roman, Times, serif; 
			font-size: 16px; 
			font-style: normal; 
			color: #000066; 
			text-decoration: underline}
			
a:active {  font-family: Times New Roman, Times, serif; 
			font-size: 16px; 
			font-style: normal; 
			color: #000066; 
			text-decoration: underline}
			
a:visited {  font-family: Times New Roman, Times, serif; 
			font-size: 16px;
			font-style: normal; 
			color: #000066; 
			text-decoration: underline}
			
a:hover {  font-family: Times New Roman, Times, serif; 
			font-size: 16px; 
			font-style: normal; 
			color: #000066; 
			text-decoration: none}
