body{
	/* text-align: center; */
	font-family:  Trebuchet MS, Arial, Trebuchet, sans-serif, Verdana, Helvetica;
	/* font-size: 1em; */
	color:black; 
	margin: 10px;
	padding-top:0px;  /* This will be covered by the fixed top menu.  See head-wrapper, #head below. */
	background: #F9FDFF; 	  /* white is #fff, black #000, previously #f7f8e0 #ECF4FF (light blue)  */
}

/* Remove the skype detection Flash object that appears near the footer */
#skypedetectionswf{display:none}

h1, h2, h3, h4{ 
	color: #000000; 
}

a{
	text-decoration: none;
	color: #00b;  /* #c33 */
}

a:hover {
	text-decoration: underline;
	color:#00f;
}

img {
	border-style: none;
}

#menu {
	padding-left:0em;
	padding-top:0em;
	color: #f0f;
}

#menu a {
	color: #000;
}

#menu a:hover {
	color: #000;
}

