@charset "UTF-8";
/* CSS Document */

.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #003366;
}
a:hover {
	color: #660000;
}
a:link {
	color: #990000;
}
a:active {
	color: #993333;
}

.section {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	color: #666666;
	text-decoration: none;
}
