html {
	text-align: left;
}

body {
	margin-left: 15%;
	text-align: left;
}

p {
	font-family: serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	padding: 5px;
}
input { 
	background-color: #CCC;
	border: 1px solid #8f8c6b;
}

input:hover {
	border: 1px solid #006600;
	cursor: pointer;
}

textarea { 
	border: 1px solid #8f8c6b;
	background-color: #CCC;
	background-repeat: no-repeat;
	cursor: pointer;
	margin-right: 0;
	margin-left: 0;
	width: 90%;
}

textarea:hover {
	border: 1px solid #006600;
	cursor: pointer;
}

td {
	font-weight: bold;
	font-family: arial, sans-serif;
	text-align: center;
	font-size: 12px;
}

select {
	border: 1px solid #8f8c6b;
	color: black;
	background-color: #CCC;
}

select:hover {
	border: 1px solid #006600;
	cursor: pointer;
}


li {
	font-family: sans-serif;
	text-align: left;
	margin-left: 15%;
	font-weight: normal;
	font-size: 14px;

}


.heading {
	color: #006600;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	font-family: sans-serif;
}

.fill {
	font-weight: bold;
	font-family: sans-serif;
	font-size: 16px;
	color: red;
}

.realman {
	display: none;
}

.fsummary {
	display: none;
}

#counter {
	font-weight: bold;
	color: #000;
	text-align: center;
}
