body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	font-weight: bold;
	color: #6a653a;
	margin: 20px;
	background-image : url("images/");
	background-color: #ECFF88;
}
h1{
	color: #6a653a;
	font-size: 20;
	font-weight: bold;
}
a:link, a:visited{
	color: Red;
	text-decoration:none;
	font-size: 11;
}
a:hover{
	color: Olive;
	text-decoration:none;
	font-size: 11;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ECFF88;
	font-size: 11;
	color: #6a653a;
	width: 100%;
	height: 100%;
}
