/* CSS Document */
body {
	background-image: url(img/woodcherry.jpg);
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
}

.title {
font-family: Georgia, Times New Roman, Times, serif;
line-height: 30px;
font-size: 30px;
padding: 10px 0 2px 10px; 
letter-spacing: 0px;
text-transform: none;
text-align: left;
color: #4c2b00;
}

.showheader {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 11px;
text-transform: uppercase;
text-align: left;
color: #993300;
}


.showsinfo {
font-family: verdana, sans-serif;
background-color: #fff;
color: #000000;
text-decoration: none;
text-align: left;
letter-spacing: 0;
line-height: 12px;
font-size: 10px;
}

.content {
font-family: verdana, sans-serif;
background-color: #fff;
color: #4c2b00;
text-decoration: none;
text-align: left;
letter-spacing: 0;
line-height: 16px;
font-size: 11px;
}

.note {
font-family: verdana, sans-serif;
background-color: transparent;
color: #4c2b00;
text-decoration: none;
text-align: left;
letter-spacing: 0;
line-height: 16px;
font-size: 11px;
}

.footer {
font-family: verdana, sans-serif;
background-color: transparent;
color: #cccc99;
text-decoration: none;
text-align: left;
letter-spacing: 0;
line-height: 16px;
font-size: 9px;
padding: 6px 10px; 
}

p, h1, h2, pre {
margin: 0px; 
padding: 6px 10px; 
}

h1 {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 11px;
text-transform: uppercase;
text-align: left;
color: #564b47;
background-color: #90897a;
}

h2 {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 11px;
text-transform: uppercase;
text-align: left;
color: #eeeee0;
background-color: #993300;
}


a { 
color: #564b47;
font-size: 11px;
background-color:transparent;
text-decoration: underline; 
}

