﻿/** BASIC */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #004784
}

a:link {
	color: #0000FF
}

a:visited {
	color: #aa2e2e 
}

a:hover {
	text-decoration: none;
	color: #aa2e2e 
}