body, p, table {
	color: #c07e7e;
	font-family: Georgia, Serif;
	font-size: 11px;
}

body {
    background-color: #dac4c4;
}

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

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

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

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

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


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

}

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

}

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

}

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

