body {
	margin:10px;
	width: auto;
 	font-family: Calibri, Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #916a21;
	background-image: url(../images/bkgrnd2.png); 
 	background-repeat: repeat;
}
h1, h2, h3, h4, h5, h6 {
	color: #916a21; 
}
a {
	text-decoration: none;
}
a:link {
	color: navy;
	}
a:hover {
	text-decoration: none;
        background-color: #fefc7f;
        color: navy;
}
.justify {
	text-align: justify;
}
p.address {
	font-size: 11px;
	font-style: italic;
}
.address {
	font-size: .9em;
	font-style: italic;
	text-align: center;
}
.bloglink {
	background-color: Gold;
}
.date {
	font-style: italic;
	font-family: Calibri, Verdana, Arial, sans-serif;
	color: white;
}
.container {
	background-color: #dcce62;
}
.contents {
	padding: 0 20px 0 20px;
}
.footer {
	color: white;
	text-align: center;
}

