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

body {
    background-color: #faead9;
}

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

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

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

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

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


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

}

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

}

a:hover {
color:#a3888d;
border-bottom: 1px dotted #70463c;
text-decoration:none;

}

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

