﻿@charset "utf-8";
.menulinks {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #6CCFF6;
	font-weight: bold;
} 
div.content a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #007DAC;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 0;
}
div.content a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #61A9C0;
	text-decoration: none;
	border-bottom: 0;
}
div.content a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #007DAC;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px #007DAC dotted;
}
