table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC6600;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC9900;
	text-decoration: none;
	font-weight: bold;

}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: 999900;
}
h2 {
    font-family: Arial, Helvetica, sans-serif;
	color: 999900;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
	color: 999900;
	text-align:center;
}
.form-row {
	width:600px;
	margin: auto;
}

.form-label {
	width: 150px;
	float: left;
}

.form-clear {
clear:left;
}

.form-data input {
width: 400px;
}

div.form-recaptcha {
margin-left: 150px;
}

.main {
width:960;
margin:auto;
padding: 1em;
}

div.commentsList ul {
list-style-type: none;
}

div.commentsList ul li {
border-bottom: 2px solid #669900;
padding-bottom: 4px;
margin: 0.5em auto;
width: 800px;
}

div.comment {
margin: 0.5em 2em;
}

div.commentsList {
color:#CC6600;
font-family:Arial,Helvetica,Sans-Serif;
font-size:14px;
}


