

body {
	font-family:sans-serif;
	background-image:url(mainbkg.jpg);
}

a {
	font-family:sans-serif;
}

a:hover {
	color:red;
}

a:visited {
	color:#009900;
}

a:visited:hover {
	color:red;
}

table.mainmenu {
	text-align:center;
	border-style:solid;
	border-color:black;
	border-width:1;
	border-spacing:0;
	font-family:sans-serif;
}

td.mmcell  {
	padding:10;
	border-style:solid;
	border-width:1;
	border-color:black;
}

td.maintopquote {
	text-align:center;
	color:red;
}

td.mainbottomquote {
	text-align:center;
}

td.mainleftright  {
	text-align:center;
}
	
