/* ---------------- links ----------------- */
a.main:link {
	color: #D20607;
	background: transparent;
	text-decoration: underline;
}
a.main:visited {
	color: #D20607;
	background: transparent;
	text-decoration: underline;
}
a.main:hover {
	color: #99B5CF;
	background: transparent;
	text-decoration: none;
}
a.main:active {
	color: #D20607;
	background: transparent;
	text-decoration: none;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	}