html,body {
	background-image: url(/images/b2.png);
	background-repeat: repeat-x;
	background-color:white;
	margin:0;
	padding:0;
	height:100%;
	color: grey;
font-family:georgia,serif;
	font-size:16px;
	line-height:1.5;

	}

h1 { font-size: 20px; }

	
a {color: #58523f;}


a:link {
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	
}
a:hover {
	text-decoration: underline;
	
}
a:active {
	text-decoration: none;
	
}


p11 { font-size: 13px }

div#content {
padding:20px;

}

