/** BASIC */

body {
	font-family: "Trebuchet MS", "Ariel";
	color: #004784;
}

a:link {
	color: #333333
}

a:hover {
	text-decoration: none;
}


