@charset "utf-8";

:focus {
outline: 0;
}

a:link {
	text-decoration: none;
	color:#000
}

a:visited {
	text-decoration: none;
	color:#000
}

a:hover {
	text-decoration: none;
	color:#aaa
}

a:active {
	text-decoration: none;
	color:#000
}

.mainbody {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
}
#bodytext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 750px;
}
#footercontent {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: none;
}
