@charset "utf-8";
body {
	background-color: #66CCCC;
	font-family: Calibri, "Trebuchet MS", Arial;
	font-size: 0.9em;
}
.title {
	font-family: Calibri, "Trebuchet MS", Arial;
	font-size: 1em;
	font-weight: bold;
}
a:visited {
	color: #006600;
	text-decoration: none;
}
.bord {
	border: thin solid #6699CC;
}
a:link {
	color: #006600;
	text-decoration: none;
}
.line {
	color: #FFFFFF;
}
a:hover {
	color: #66CCCC;
	text-decoration: underline;
}

a:active {
	color: #66CCCC;
	text-decoration: none;
}

