body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCFFCC;
	background-position: center;
	padding: 0px;
	font-size: 12px;
	margin: 10px;
}
a:link {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
a:visited {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
a:hover {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
a:active {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	text-transform: capitalize;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	text-transform: capitalize;
}
h6 {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	text-align: center;
	font-weight: normal;
	text-transform: capitalize;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.warning {
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
}
.info {
}
.title {
	border: 2px solid #009900;
	background-color: #99FF99;
	text-align: center;
}
.content {
	background-color: #CCFFCC;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #009900;
	border-bottom-color: #009900;
	border-left-color: #009900;
	padding: 5px;
}
.menu {
	background-color: #CCFFCC;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #009900;
	border-bottom-color: #009900;
	border-left-color: #009900;
}
