body,td,th {
	font-family: Comic Sans MS, cursive;
	font-size: 16px;
	color: #660;
}
body {
	background-image: url(../images/bg_bluewhite.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}

A
{
    font-family: Comic Sans MS, cursive;
	font-size: 16px;
	color: #660;
    TEXT-DECORATION: none;
}
A:hover
{
    COLOR: #297172;
}
.FooterLinks {
	font-size: 14px;
}

.FooterLinks a {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #660;
	text-decoration: none;
}
.FooterLinks a:hover {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #C60;
}


