.title {
	font-family: Lucida Handwriting, Cursive;
	font-size : 24px;
	font-weight : bold;
	font-style : italic;
	color : Blue;
}

H1 {
	font-family : "Comic Sans MS";
	font-size : 36px;
	font-weight : bold;
	color : Blue;
}
A:LINK {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	color : Green;
	text-decoration : underline;
	font-weight : bold;
}
A:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	color : Maroon;
	text-decoration : underline;
}
	A:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	color : Red;
	text-decoration : underline;
	font-weight : bold;
}

.menu A:LINK {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : Olive;
	text-decoration : none;
}
.menu A:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : Lime;
	text-decoration : none;
}
.menu A:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : Green;
	text-decoration : none;
}


TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : Maroon;
	font-weight : bold;
}

H2 {
	font-family : "Comic Sans MS";
	font-size : 30px;
	font-weight : bold;
	color : Blue;
}

H3 {
	font-family : "Comic Sans MS";
	font-size : 18px;
	font-weight : bold;
	color : Blue;
}

.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	color : Blue;
}
.links A:LINK {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : Green;
}
.links A:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : Maroon;
}
.links A:VISITED {
font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bolder;
	color : Green;
	
}
.info {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	color : Maroon;
}
