body {
			font-family: "Trebuchet MS", arial, helvetica, sans-serif;
			color: #8f0000;
			background-color: #DDDDDD;
			margin: 0;
		}

		h1 {
			font: bold 24px/28px;
		}
		h2 {
			font: bold 15px/18px;
		}

		p {
			font: 12px/15px;
			}
			
		a:link {
			color: #8f0000;
		}	
		a:visited {
			color: #8f0000;
		}	
		a:hover{
			color: #8f0000;
		}	
		a:active{
			color: #8f0000;
		}
		a.nav {
			font-family: "Trebuchet MS", arial, helvetica, sans-serif;
			font: bold 12px/15px;
			color: #DDDDDD;
			margin-left: 0px;
		}
		
		a.nav:link {
			text-decoration: none;
			color: #DDDDDD;
			}
		a.nav:active {
			text-decoration: none;
			color: #DDDDDD;
		}
		a.nav:visited {
			text-decoration: none;
			color: #DDDDDD;
		}
		a.nav:hover {
			color: #FFFFFF;
			text-decoration: underline;
		}
		
		p.cell { vertical-align: top;  text-align: center;  }