@charset "utf-8";
/* CSS Document */
body {
	background-color: #70a2d9;
	font-family:"Comic Sans MS";
	font-size:13px;
	color: #663300;
}

.td {
font-family:"Comic Sans MS";
font-size:12px;
color:#993333;
}
.Title {font-family: "Century Gothic";
color: #E95256;
}
.smallwhitetext {
	font-size: 11px;
	color: #FFFFFF;
}

a {
	font-family: Comic Sans MS;
	font-size: 18px;
	color: #6b2041;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6b2041;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}

a.topmenu:link {
	text-decoration: none;
	margin-left:25px;
	color: #6b2041;
}
a.topmenu:visited {
	text-decoration: none;
	color: #6b2041;
	margin-left:25px;
}
a.topmenu:hover {
	text-decoration: underline;
	color: #333333;
	margin-left:25px;
}
a.topmenu:active {
	text-decoration: none;
	color: #333333;
	margin-left:25px;
}
