html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background:#0B3F0C;
	text-align:center;
	color:#192500;
	font-family:Verdana;
	font-size:11px;
	line-height:0px;
	}
	
input {
	padding:4px;
	border:0px solid #263500;
	border-bottom:2px solid #263500;
	width:328px;
	background:#506A2C;
	font-family:Verdana;
	font-size:11px;
	line-height:16px;
	}

textarea {
	overflow:hidden;
	padding:4px;
	border:0px solid #263500;
	width:328px;
	background:#506A2C;
	font-family:Verdana;
	font-size:11px;
	line-height:16px;
	}

a {
	text-decoration: none;
	color:#192500;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;	
	line-height:16px;
	}
a:hover {
	color:#728C41;
	}
	
.right { text-align:right; }
.left { text-align:left; }
.middle { vertical-align:middle; }
.center { text-align:center; }
.bottom { vertical-align:bottom; }

.border { border:1px solid black; }