﻿/** General - Font Color Link Color Hover Similar */

body {
	font-family:Arial;
	color: #000000
}

a:link {
	color: #104168
}

a:visited {
	color: #104168;
}

a:hover {
	text-decoration: none;
}

/** EOF */
