body    {
	background-color:#ebebeb;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align:center;
	margin: 25px 0px;
	padding: 0px;
        }

#content {
	width:515px;
	font-size: 11px;
        line-height: 12px;
	margin:0px auto;
	text-align:justify;
	padding:15px;
	border:1px dashed #333;
	background-color:#f8f7ef;
	-moz-border-radius: 1em;
	border-radius: 1em;
	-webkit-border-radius: 1em;
	}

h1, h2, h3, h4
{
color:#666;
}

img {
border: 0 none;	
}

a img{border: none;}
a:link {color: #000; border: none;}
a:hover {color:#000; background-color:#cfdab8; border: none;}
a:visited {color: #666; border: none;}
a:active {color: #cfdab8; border: none; background-color:#000;} 
