body{
background-color: #d8a2d0; 
color: #000000;
font-size: 1em;
font-family: verdana;
}
h1{
	color: #000000; 
	font-size: 1.6em; 
	font-family: arial
}

table{
	border-style: none;
	border-color: #333;
	border-width: 3px;
	background-color: black;

}
th, td{
	font-size: 0.9em;
	background-color: #D0FFEE;
	border-style: solid;
	border-color: #333;
	border-width: 1px;
	text-align: left;
}
#footer1{
	font-size: 0.9em;
	font-family: "Times New Roman";
	bottom: 0px;
	float:left;
  	width: 600px;
}
#footer2{
	font-size: 0.9em;
	font-family: "Times New Roman";
	bottom: 40px;
	right: 0px;
	float:right;
  	width: 600px;
}