body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	color: #cc9966;
	text-decoration: none;
}
a:visited {
	color: #cc9966;
	text-decoration: none;
}
a:hover {
	color: #cc9966;
	text-decoration: underline;
}
a:active {
	color: #cc9966;
	text-decoration: none;
}
.border {
	border: 1px solid #cc9966;
}

/************ the form *********************/

form {
background:#fff;
text-align:left;
width:500px;
padding:10px;
margin:10px 0 0 0;
border:1px solid #c96;
}

input, textarea {background:#eee;padding:2px;color:#333;}
textarea {border:1px solid #ccc;margin:0 0 0 20px;}

p.form {margin:10px 0 10px 20px;}
p.msg {margin:0 0 10px 20px}

.textname, .textsub, .textemail {width:250px;border:1px solid #ccc;}
.textname {margin:0 0 0 22px;}
.textsub {margin:0 0 0 15px;}
.textemail {margin:0 0 0 24px;}

.submit {
letter-spacing:2px;
margin:10px 0 0 0;
width:100px;
border:1px solid #cc9966;
background: #fff;
color:#cc9966;
}
.submit:hover {
border:1px solid #cc9966;
background:#cc9966;
color:#fff;
}
