body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	background-color: #ff99ff;
}

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;
}
.warning {
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
}
.body {
	border: 2px solid #006600;
	background-color: #ccffcc;
}
.menu {
	border: 1px solid #FF00FF;
}
.menu_title {
	font-size: 16px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	text-align: center;
	background-color: #FF00FF;
	color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
a:link {
	color: #FF00FF;
	text-decoration: none;
}

a:visited {
	color: #FF00FF;
	text-decoration: none;
}
a:hover {
	color: #FF00FF;
	text-decoration: none;
	background-color: #FFFFFF;
}

a:active {
	color: #FF00FF;
	text-decoration: none;
}
.info {
}
