/* About Style Sheet */
body {
		background-image:none;
		background-color:#DADAA5;
} 
		
table {
 	border-collapse:collapse;
	border: 10px;
	font-size:100%;
}

table tr td {
	text-align:center;
}

table tr th (
 background-color: red;
 color:white;
}




