body {
height: 99%;
margin-top: 0px;
font-size: 10px;
}

.div_box {
         position: absolute;
         top: 100px; left: 0px;



         font-family: Verdana;
         font-size: 1.0em;
         font-weight:bold;
         color: #2b54a2;
         text-align:center;
}
p {
	font-family: Verdana;
         font-size: 1.0em;
         font-weight:bold;
         color:#2b54a2;
         text-align:center;
}
a:link {
text-decoration:underline;
color:#d0232e;
}
a:visited {
text-decoration:underline;
color:#d0232e;
}
a:active {
text-decoration:underline;
color:#d0232e;
}
a:hover{
text-decoration:none;
color:#d0232e;
}
