
body {
	font-size: 14px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #eee;
	margin: 0;
	padding: 0;
	line-height: 22px;
	
}

div.simplebody {
    margin-left: auto;
    margin-right: auto;
    margin-top: 145px;
    width: 510px;     /* The same as our logo image */
}


textarea, select, input {
	padding: 1px;
	background-color: #444;
	color:#eee;
}


textarea, select {
	width: 100%;
}


select {
	vertical-align: top;
	width: auto;
}


h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 21px;
        color: #E0BF07;
}


a, a:visited, .editsection   {
	color: #5698CF;
	text-decoration: none;
	background: none;
	}

a:hover, a:active {
	color: #00FFFF;
	text-decoration: underline;
	}
