﻿/** BASIC */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #004784
}

a:link {
	color: #333333
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #333333;
}
a:active {
	color: #333333;
}

