@charset 'utf-8';

{
	padding: 0;
	margin: 0;
	border: 0;
}

img, a img {border: 0;}

body{ 
background-color:#FFF;
width:500px;
margin-top:150px;
margin-right: auto; 
margin-left: auto;
text-align:center;
font-family:"Lucida Sans Unicode","Lucida Sans","Trebuchet MS","Lucida Grande","Bitstream Sans Vera",Verdana,Arial,Tahoma,Helvetica,Sans-Serif;
font-size:80%;
font-style:normal;
line-height:1.5em;
color: #333;
}
a:link, a:visited {
color: #333;
text-decoration: underline;
}

a:hover, a:active {
color: #999;
background-color:#fff;
text-decoration: none;
border: none;
}

p {width:500px; }