.p1{
  background-color: lightBlue;
  text-align: center; 
  font-family: verdana;
  font-size: 3.0 em;
  padding: 10px;
}

.p2{
  background-color: lightGreen;
  text-align: center; 
  font-family: verdana;
  font-size: 1.5em;
  padding: 10px;
}

.p3{
	background-color: FloralWhite;
	text-align: left;
	font-size: 1em; 
}

body{
background-color:#e8e8e8;
}

table#t1 {
	width : 50em;
	background-color:FloralWhite;
	margin: auto;
	text-align: center;
	font-family: verdana;
	padding: 0px;
}

table#t1b {
	width : 2em;
	background-color:FloralWhite;
	margin: auto;
	text-align: center;
	font-family: verdana;
	padding: 0px;
}

table#t2 {
	width : 90%;
	background-color:FloralWhite;
	margin: auto;
	text-align: center;
	font-family: verdana;
}

table#t3 {
	width : 80%;
	background-color:FloralWhite;
	margin: auto;
	text-align: center;
	font-family: verdana;
}

table#t4 {
	width : 80%;
	background-color:FloralWhite;
	margin: auto;
	text-align: left;
	font-family: verdana;
}

table#t5 {
	background-color:FloralWhite;
	margin: auto;
	text-align: left;
	font-family: verdana;
}

table#t6 {
	width : 100%;
	background-color:FloralWhite;
	margin: auto;
	text-align: left;
	font-family: verdana;
}

th, td {
  font-size: 0.9em;
  font-family: verdana;
}

th#th1 {
	width : 50%;
	text-align : left;
}

td#td1 {
	width : 50%;
	text-align : left;
}

th#th2 {
	width : 100%;
	text-align : center;
}

tr#tr1 { 
 border-width:1px;
 border-style:solid; 
 border-color:black;
 width:100%;
 }
 
 th#th1blue {
	width : 50%;
	text-align : left;
	color : blue;
}

