@charset "UTF-8";
/* CSS Document */

body {
	background-color: #d8caa8;
}
.press-width {
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	width: 400px;
}
.press-width h1 {
	color: #000;
	font-size: 200%;
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	line-height: 100%;
}
.press-width h2 {
	color: black;
	font-size: 180%;
	line-height: 150%;
}
.press-width h3 {
	color: #382513;
	font-size: 150%;
	font-style: italic;
	line-height: 100%;
}
.press-width h4 {
	color: #363942;
	font-size: 90%;
	font-weight: normal;
	line-height: 50%;
}
.button a:link, a:visited {
	color: #363942;
	font-size: 90%;
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	background-color: #bae08e;
	text-decoration: none;
	padding: 3px;
	border-color: #c9ffb6 #78905b #78905b #c9ffb6;
	border-style: solid;
	border-width: 2px;
}
.button a:hover, a:active {
	color: #363942;
	font-size: 90%;
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	background-color: #aed184;
	text-decoration: none;
	padding: 3px;
	border-color: #78905b #c9ffb6 #c9ffb6 #78905b;
	border-style: solid;
	border-width: 2px;
}
.press-width p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
}
