@charset "utf-8";
/* CSS Document */
body {
     background-color: #FFFFCC;
}

H1, H2, H3, H4 {
	text-align:center;
	color: #630;
}
p {
	color: #630;
	font-size: large;
}
/*<table width="100%" border="0" cellspacing="5" cellpadding="5">*/
table {
	width: 100%;
	border-spacing: 5px;
	padding: 5px;
}
tr {
	vertical-align:top;
}
/*define the cells at the top of the page*/
td#td01 {
     padding: 5px;
     width: 25%;
     text-align:left;
}
td#td02 {
     padding: 5px;
     width: 50%;
     text-align:center;
}
td#td03 {
     padding: 5px;
     width: 25%;
     text-align:right;
}	 	
	 	

