html, body, div, p, h1, h2, h3, ul, ol, span, table, td, form, img, li, pre  {
 margin: 0;
 padding: 0;
 border: 0;
}
body {
 text-align: center; 
 font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; 
 background: #A8D8E8;
 font-size: 100.01%;
}
.wrappage {
 margin: 20px auto;
 width: 925px;
 text-align: left;
 position: relative;
}
p {
 font-size: .8em;
 margin: 0 155px 5px 155px;
 color: #161161;
}
h1 {
 font-size: .8em;
 margin: 5px 155px 0 155px;
 color: #161161;
}
a {
 color: #161161;
 text-decoration: none;
}
a:hover {
 text-decoration: underline;
}
a.mail {
 color: #E3007D;
 text-decoration: none;
}
a.mail:hover {
 text-decoration: underline;
}
