body{
	padding:0;
	margin: auto;
	font-family: Georgia, Garamond, verdana, lucida, arial, helvetica, sans-serif;
	font-size: .85em;
	color: #000;
}

img{
	border: 0;
}

h1{
	color: #666;
	border-bottom: 1px dotted #ebebeb;
	font-size: 1.25em;
}


a			{ color: #999; cursor: hand; text-decoration: none; }
a:link		{ color: #999; text-decoration: underline; }
a:visited	{ color: #999; text-decoration: underline; }
a:active	{ color: #ccc; text-decoration: underline; }
a:hover		{ color: #ccc; text-decoration: underline; }

hr{
	border: 0;
	border-bottom: 1px dotted #ebebeb;
}