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

body {
	font-family: "Anonymous Pro", "Lucida Console", Monaco, monospace;
	color: #333;
	background-color: #DDD;
	width: 440px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: 25px;/*auto;*/ 
}
h1 {
	margin: 10px;
	margin-left: 0px;
	margin-bottom: 25px;
	font-size: 60px;
	font-weight: normal;
	line-height: 5px;
}
h2 {
	margin: 10px;
	margin-left: 25px;
	font-size: 33px;
	font-weight: normal;
}
h3 {
	margin: 10px;
	margin-left: 50px;
	font-size: 21px;
	font-weight: normal;
}
p {
	font-size: 15px;
	margin: 10px;
	margin-left: 75px;
}.itemdiv {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #F5F4F3;
	border-right-color: #F5F4F3;
	border-bottom-color: #F5F4F3;
	border-left-color: #F5F4F3;
}
.framediv {
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #7A706F;
	border-right-color: #7A706F;
	border-bottom-color: #7A706F;
	border-left-color: #7A706F;
}
			
