@charset "utf-8";

body{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	background-color:#EEE; }
.content {
	margin: 0px auto;
	width: 500px; 
	position: relative;
	top: 100px; }
.links{
	position:relative;
	top: 20px;
	margin: 0px auto;
	width: 400px; }
h1{
	margin-bottom: -25px; 
	color: #f46322; }
h2{
	font-size: 18px;
	color: #333; }
p{
	font-size: 14px;
	line-height: 17px;
	text-align:justify;}
a{
	color: #111;
	text-decoration:none;
	text-align:center;
	border: 0px;	
	outline: none;
	width: 200px;
	display: block;
	float: left;}
a:hover{
	color: #555; }
img{
	border: none;
	outline: none;
	margin: 0px auto;}
span{
	clear: both;
	margin: 3px auto;}
