body { 
	background-color: #fff; 
	height: 101%;
	margin:0;
	padding:0;
  }

#interface { 
	position: absolute;
	width: 710px;
	height: 260px;
	top: 20%;
	left: 50%;
	margin-top: -130px;
	margin-left: -355px;
  }
 
p {
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#3a1a12;
  	font-size:14px;
	line-height:1.6;
}

h1 {
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#000;
  font-size:1.6em;
	line-height:110%;
}

h2 {
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#000;
  font-size:1.2em;
	line-height:110%;
}


td {}

a:link { color: #000 }

a:visited { color: #000 }

a:hover { color: #2a41e9 }

a:active { color: #000 }

