body {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	background-image: url(images/inside-top.jpg); 
	background-repeat: repeat-x; 
	background-position: left top; 
	background-color: #3A4575;
	}
	 
.h1 {
	font-family: Georgia;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	}
	
.h2 {
	font-family: Georgia;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	}
	
.h3 {
	font-family: Georgia;
	font-size: .8em;
	font-weight: bold;
	color: #ffffff;
	}
	
.main {
	font-family: arial;
	font-size: .8em;
	color: #ffffff;
	}

td.off { 
background: #3A4575; 
} 
td.on { 
background-image: url(images/menu-bg.jpg);
}