html,body {
	background-repeat: repeat-x;
	background-color:grey;
	margin:10px;
	color: grey;
	font-size:13px;
	line-height:1.5;
	}

h1 { font-size: 15px; }

h2 { font-size: 20px;}

	
a {color: #58523f;}
new {color: #656245;}

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

p { font-size: 12px }
p11 { font-size: 11px }


div#container {
	
margin:0 auto; /* center, not in IE5 */
width:570px;
padding:25px;
font-family:georgia,serif;
background-color: white; border-radius: 5px; -o-border-radius: 5px; -icab-border-radius: 5px; -khtml-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}



