/* CSS Document */

body {
margin-top:80px;
color:#262261;
background:#ececec;
}

#box {
width:600px;
margin-left:auto;
margin-right:auto;
text-align:center;
background: white;
padding:40px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
}

a {
color: #00adef;
}

a:hover {
color: #92278f;
}

a:visited {
text-decoration:none;
}


