*,html{
margin:0;
border:0;
}
#text{
margin:5% auto;
width:400px;
}
body{
font:normal 98% verdana,tahoma;
color: #3E4650;
}
p{
font-size:1em;
line-height:1.4em;
padding:15px;
border-top-color: #7e7e7e;
border-left-color:#7e7e7e;
border-bottom-color: #acacac;
border-right-color:#acacac;
}
h1{
text-transform:uppercase;
font-size:1.5em;
padding:15px;
color: #3E4650;
}
a{
text-decoration:none;
color: #1567C2;
}
a:hover{
color: #3E4650;
text-decoration:underline;
}