body {
	background: #dfcebb url(images/bkgrnd_texture.jpg);
	color: #662322;;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a:link, a:visited {
	text-decoration: none;
	color: #1c3e54;
}

a:hover, a:active {
	text-decoration: underline;
	color: #1c3e54;
}

.heading {
	font-size: 20px;
	font-weight: bold;
}

.large {
	font-size: 16px;
}

.small {
	font-size: 11px;
}

.frame {
	border: 1px solid #662322;
	background: #f9f6f3;
	padding: 2px;
	}