body {

	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

 	scrollbar-face-color: white;
 	scrollbar-highlight-color: #00B827;
 	scrollbar-shadow-color: #00B827;
 	scrollbar-base-color: #00B827;
 	scrollbar-track-color: white;
 	scrollbar-arrow-color: #00B827;


	font-family: verdana;
	font-size: 15pt;
	font-weight: normal;

}

p {
	font-family: verdana;
	font-size: 15pt;
	font-weight: normal;
}

<!-- FORM: controls -->
<!-- ===== = = = = -->

input {
 border-style: solid;
 border-width: 2px;
 border-color: #00B827;
 background-color: white;
}

textarea {
 border-style: solid;
 border-width: 2px;
 border-color: #00B827;
 background-color: white;
}

select {
 border-style: solid;
 border-width: 2px;
 border-color: #00B827;
 background-color: white;
}

<!-- LINKS -->
<!-- ===== -->
a:link {
 text-decoration: none;
 color: #00B827;
 font-weight: bold;
 font-size: 8pt;
}

a:visited {
 text-decoration: none;
 color: #00B827;
 font-weight: bold;
 font-size: 8pt;
}

a:hover {
 text-decoration: none;
 color: #74B448;
 font-weight: bold;
 font-size: 8pt;
}

td.content {
	font-family: verdana;
	font-size: 12pt;
	font-weight: normal;
}

<!-- FIELDSET: blocks of data -->
<!-- ========= = = = = = = =  -->
fieldset {

	border-color: #00B827;
	border-width: 3px;
	border-style: solid;

	font-family: verdana;
	font-weight: bold;
	color: #00B827;
}

legend {
	font-family: verdana;
	font-weight: bold;
	color: #00B827;
}

td {
	font-family: verdana;
	font-size: 8pt;
	font-weight: normal;
}

td.bg_repeat {
	background-image: url(Line10Line.gif);
	background-repeat: repeat-x;
}
