#footer {
	text-align:center;
	font-size:x-small;
	padding-top:20px;
}

body { 
	color:Black; 
	font-family:arial, Helvetica, Verdana, "sans serif";
	background-image:url(siteimgs/background.gif);
    background-color:#ffffff;
	background-repeat:repeat;
}
a:link {
	color:DarkCyan;
	text-decoration:underline;
}
a:visited {	color:Brown;
	text-decoration:none;
}
a:hover {	color:DarkOliveGreen;
	text-decoration:none;
}table,td {
	vertical-align:top;
}
a:active {	color:#ffffff;	text-decoration:none;}
#topimg {
	text-align:center;
}
#menu {
	font-weight:bold;
}
#menu a {
	display:block;
	padding:.5em;
	text-align:top;
}
	
