/*this a new css script*/
*{
padding:0;
margin:0;
}
body {
margin-right:100px;
margin-left:100px;
margin-bottom:10px;
margin-top:30px;
background-color:white;
color:black;
font-family: futura, helvetica, san-serif;

}
#wrapper {
width:600px;
margin: 0 auto;
}
p {
margin-top:10px;
margin-bottom:10px;
font-size:.8em;
line-height:1.5em;}
h1 {
padding-bottom:10px;
text-transform:uppercase;
color:red;
}
h3 {
text-transform:uppercase;
color:gray;
}