@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
}
.heading {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	font-weight: lighter;
}
.menutop {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #770808;
}
.text {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
}
.text2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 15px;
}
a:link {
	color: #770808;
	text-decoration: none;
}
hr {
	height: 5px;
}
a:visited {
	color: #770808;
	text-decoration: none;
}
a:hover {
	color: #ae0f0f;
	text-decoration:underline;
}