@charset "utf-8";
/* CSS Document */
body,td,th {
	color: #696969;
	background: #FFFFCC;
	font-size: 18px;
	font-style: italic;
}

a:hover {
	color: #009933;
.style1 {
	color: #669966;
	font-weight: bold;
	font-size: large;
}
.heading {
	font-size: x-large;
	color: #969678;
	border-top-color: #66CC99;
	border-right-color: #66CC99;
	border-bottom-color: #66CC99;
	border-left-color: #66CC99;
	border-bottom-width: thin;
}
#slogan {
	color: #66CC99;
	text-align: center;
	font-size: 14px;
}
.footer {
	color: #66CC99;
	text-align: center;
	font-size: 14px;
	background-color: #FFFFCC;
} 
