A:link, A:visited, A:active {
        text-decoration: none;
        color: #A52A2A;
        font-weight: normal;
}

A:hover {
        text-decoration: underline;
        color: #A52A2A;
        font-weight: normal;
}

BODY {
	font-family: Verdana, Tahoma, sans-serif;
	background: #D2B48C;
	font-size: small;
}

DIV.form {
	width: 430px;
}

DIV.row {
	  clear: both;
	  padding-top: 2px;
}

DIV.row SPAN.label {
	  float: left;
	  width: 75px;
	  text-align: right;
}

DIV.row SPAN.formw {
	  float: right;
	  width: 350px;
	  text-align: left;
} 

H1 {
	font-size: xx-large;
	font-weight: bold;
	margin-bottom: 0px;
}

H2 {
	font-size: medium;
	font-weight: bold;
	margin-top: 30px;
}

H3 {
	font-size: small;
	font-weight: bold;
}

INPUT.text {
	font-family: Courier New, Courier, monospace;
	font-size: small;
}

.sectionlinks {
	margin-top: 0px;
}

.footer {
	font-size: x-small;
	font-style: italic;
}

P.contacterror {
	color: #FF0000;
}

/* twpa.net back box */
.twpaback {
	text-align: center;
	font-family: Georgia, Times New Roman, Times, Serif;
	font-size: small;
	color: white;
	border: 1px solid white;
	background-color: black;
	position: absolute;
	padding: 5px;
	top: 20px;
	left: 85%;
}

.twpaback A:link, .twpaback A:visited, .twpaback A:active {
	text-decoration: none;
	color: green;
}

.twpaback A:hover {
	color: #00ff00;
}
