/* DCL CSS */

body {
font: 100% sans-serif;
background: #FFFFFF;
margin: 0 auto;
padding-top: 2px;
text-align: left;
color: #000000;
}

html, body {
height: 100%;
}

.toptext {
font: 120% sans-serif;
font-weight: normal;
color: rgb(0, 0, 0);
text-align: left;
margin-right: auto;
margin-left: auto;
padding-right: 5px;
padding-left: 5px;
text-indent: 5em;
}

.toptext a:hover{
color: rgb(255, 0, 0);
text-decoration: none;
font-weight: bold;
}

.toptext a{
color: rgb(0, 50, 255);
text-decoration: none;
font-weight: bold;
}

