body {
	margin: 0px;
	padding: 0px;
	background-image: url(/images/bodybg.jpg);
	background-color: #00afad;
}
.topic1 {
	font-weight: bold;
	color: #e40050;
	font-size: 16px;
}

table {
	font-family: "Ms Sans Serif", "Microsoft Sans Serif";
	font-size: 14px;
	color: #FFFFFF;
}
.text-white {
	color: #FFFFFF;
}

.body-td {
	padding: 10px;
}
.topic-2 {
	font-weight: bold;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #66FFFF;
	text-decoration: none;
}
img {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.a2:link {
	color: #e40050;
	text-decoration: underline;
}
.a2:visited {
	color: #e40050;
	text-decoration: underline;
}
.a2:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.menu:link {
	color: #66FFFF;
	text-decoration: none;
	width:100%
}
.menu:visited {
	color: #66FFFF;
	text-decoration: none;
	width:100%
}
.menu:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #008888;
	width:100%
}
