body {
	font-family : Arial, Helvetica, sans-serif;
	color: Black;
}

A:link, A:visited {
	color: Black;
	text-decoration: none;
}

A:hover{
	color: Blue;
	text-decoration: underline;
}

DIV#Logo {
	font-size: 35px;
	font-weight: bold;
	text-align: center;
}

TD#Logo {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

DIV#Menu {
	font-size: 18px;
	text-align: left;
}

TD#Specialty {
	font-size: 20px;
	text-align: left;
}

TD#Body {
	font-size: 18px;
	text-align: left;
}

DIV#Footer {
	font-size: 15px;
	text-align: center;
}

