html	{
	background-color:#fff;
	color:#000;
	display:block;
	}
	
body 	{
	color:#000;
	display:block;
	margin:0px; 
	padding:0px; 
	text-align:center;
	line-height:1.7em;
	font-size:76%;
	font-family:Arial, Helvetica, sans-serif;
	}

*	{
	margin:0;
	padding:0;
	}

/* tags */
h1,p {
	font-family:Arial, Helvetica, sans-serif;
	}
	
h1	{
	font-size:1.8em;
	color:#000;
	}
	
p	{
	color:#333;
	font-size:1.1em;
	margin:5px 0;
	padding:5px 4px;
	}
	
/* end tags */
	
/* content */

#header {
	width:220px;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	}
	
	
#content {
	background-color:#fff;
	width:220px;
	margin-left:auto;
	margin-right:auto;
	margin-top:45px;
	border-top:1px dotted;
	border-bottom:1px dotted;
	border-color:#0072BC;
	}
/* end content */

a {
	color:#333;
	font-size:.9em;
	font-weight:bold;
	text-decoration:underline;
	}

a:hover {	
	color:#0072BC;
	text-decoration:underline;
	}