/* CSS Document */

body, td, div {
	font-family: verdana;
	font-size: 12px;
	color: #E8DFA5;
}

a {
	color: #E8DFA5;
}

a:hover {
	color:white;
	text-decoration:none;
}

.input-box
{
color: #000;
background: #B45A2E;
border: #B45A2E solid 1px
}

.form-color
{
color: #E8DFA5;
background: #143E4D;
border: #B45A2E solid 1px
}


.submit-button
{
color: #E8DFA5;
background: #59351F;
border: 2px #B45A2E outset
} 