BODY {
	background-image : url("Background.jpg");
	background-repeat : repeat;
}

TD.menu {
    background-image : url(bone01.png);
	background-repeat : no-repeat;
	height : 1.6cm;
	font-size : 3mm;
		font-family : "Comic Sans MS";
}

TD.submenu {

	font-family : "Comic Sans MS";
	background-repeat : no-repeat;
	height : 6mm;
	background-position : 10px;
	font-size : 3mm;
	font-weight : bold;
}


A:ACTIVE {
	font-family : "Comic Sans MS";
	color : Fuchsia;
	font-size : 3mm;
	font-weight : bold;
	color : Purple;
}
A {
	font-family : "Comic Sans MS";
	font-style : normal;
	text-decoration : none;
	font-size : 3mm;
	font-weight : bold;
	color : Purple;
}
A:HOVER {
		font-family : "Comic Sans MS";
	color : Red;
	font-size : 3mm;
	font-weight : bold;
}

