body, p, table {
	color: #7e6861;
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
}

body {
    background-color: #362621;
}

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

h1, h2, h3 {
text-transform: capitalize;
font-family:Times New Roman;
font-size: 24px;
color: #baa59e;
font-weight: bold;
font-style: italic;
text-align: center;
background-image: url(images/line.jpg);
background-repeat: no-repeat;
background-position: bottom center;
height: 74px;
padding-right: 0px;
padding-top: 0px;
}

/* Input Fields */
input { font-family:Georgia, Serif; font-size:11px; background:#e8dcdc; color:#7e6861; border:#7e6861 1px dotted;}

textarea { font-family:Georgia, Serif; font-size:11px; background:#e8dcdc; color:#7e6861; border:#7e6861 1px dotted;}

select { font-family:Georgia, Serif; font-size:11px; background:#e8dcdc; color:#7e6861; border:#7e6861 1px dotted;}


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

}

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

}

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

}

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