/* CSS Document */

a {
	color: #075995; /* CMS Link Font Color */
	text-decoration: none; /* CMS Link Text Decoration */
}
a:hover {
	color: #515355; /* CMS Link Hover Font Color */
	text-decoration: underline; /* CMS Link Hover Text Decoration */
}

