/* Main settings */
body {

background-color: white;

font-family: Verdana, Verdana, Geneva, sans-serif;
font-size: 10pt;

padding: 0;
margin: 0;

text-align: center;

}

a:link {

text-decoration: none;
color: #282f51;

}

a:visited {

text-decoration: none;
color: #282f51;

}

a:hover, a:active {

text-decoration: none;
color: #282fee;

}

img {

border: none;

}

/* The entire page is centered */
div.dcn {

width: 600px;
background: transparent;

margin: 0 auto;

text-align: center;

}


