  .title {
    	font-size: xx-large;
	font-family: sans-serif;
    	color: #000000;
}	


  .subtitle {
    	font-size: large;
	font-family: sans-serif;
    	color: #000000;
    }

  body {
	background-color: #FFEECC;
    }

  table.main {
	width: 800;
	border-spacing: 0;
	border-width: 0;
	border: 0;
	
}

tr.main {
	border-width: 0;
}


  td.title {
	text-align: center;
	background-color: #CCCC99;
	width: 800;
	border-width: 0;
    }

  td.subtitle {
	text-align: center;
	background-color: #CCDDAA;
	width: 800;
	border-width: 0;
    }


  td.content {
	text-align: left;
	background-color: #FFFFBB;
	color: black;
	font-family=sans-serif;
	border-width: 0;
}

