body {
	background-color: white;
	margin: 0px;
	border: 0px black solid;
	font: 1em/1.5em Verdana bold italic serif
	text-transform: none;
	text-decoration: none;
}
font {  /* Regular fonts */
	color: yellow;
	font-family: verdana, sans-serif;
	font-smooth: always;
}

/* Don't want hyperlink underlines */
a:link {
	color: black;
	font-family: Impact, Verdana, arial, bold, sans-serif;
	font-size: 14pt;  /* 41px controls height of image */
	font-smooth: always;
	text-decoration: none;
}
a:hover {
	color: gray;
	font-family: Impact, Verdana, arial, bold, sans-serif;
	font-size: 14pt;  /* 41px controls height of image */
	font-smooth: always;
	text-decoration: none;
}
a:visited {
	color: black;
	font-family: Impact, Verdana, arial, bold, sans-serif;
	font-size: 14pt;  /* 41px controls height of image */
	font-smooth: always;
	text-decoration: none;
}
table#menu {
	width: 100%;
	border: 0px solid darkorange;  /* for debug */
	border-spacing: 00px;  /* 20px distance between buttons (IE won't see) */
}
table#menu td {
	background: url(../images/button.gif) no-repeat center center;
	border: 0px solid yellow;  /* for debug */
	padding: 15px 0px;  /* t/b l/r */
	width: 100px;  /* 100 pixel image - 2* padding l/r */
	height: 50px;  /* 50 pixel image - 2* padding t/b */
	/* width grows with text, settings are min, EXcludes border */
	/* height grows with text, settings are min, INcludes border */
}
