body {
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center top;
	top: 0px;
	margin: 0px 0px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #edd;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #fff;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: bolder;
	color: #fff;
	margin-left: 15px;
	margin-bottom: 10;	
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: bolder;
	margin-bottom: 10;
	color: #fff;
	margin-left: 10px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	font-weight: normal;
	color: #fff;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bolder;
	color: #000000;
	float: left;

}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	float: left;
}
menutext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 24px;
	font-weight: bolder;
	background-color:#FFFFFF;
	margin-bottom: inherit;
	line-height: 40px;
}
A:link {
	font-weight: bold;
	color: #fbb;
	text-decoration:underline;
}
A:visited {
	font-weight: bold;
}
A:active {
	font-weight: bold;
}
A:hover
{
	text-decoration: underline; color: red;
}