body, p, table {
	color: #b67a35;
	font-family: verdana;
	font-size: 11px;
}

body {
    background-color: #dcc4a0;
}

p, table {
    background-color: #e5d3b5;
}

h1, h2, h3 {
text-transform: lowercase;
font-family:Times New Roman;
font-size: 20px;
color: #803416;
font-style: italic;
text-align: right;
border-bottom: 1px dotted #803416;
padding-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
}

/* Input Fields */
input { font-family:Verdana; font-size:11px; background:#f4eedc; color:#b67a35; border:#b67a35 1px dotted;}

textarea { font-family:Verdana; font-size:11px; background:#f4eedc; color:#b67a35; border:#b67a35 1px dotted;}

select { font-family:Verdana; font-size:11px; background:#f4eedc; color:#b67a35; border:#b67a35 1px dotted;}


/* Hyper Links */
a {
color:#b7a066;
text-decoration:none;

}

a:visited {
color:#b7a066;
text-decoration:none;

}

a:hover {
color:#b7a066;
border-bottom: 1px dotted #803416;
text-decoration:none;

}

/* No Borders Images */
img { border: 0; }
