body {
height: 100%;
margin: 0;
padding: 0;
background-color: #184985; 
}

a:link {
text-decoration: none;
color:#F43606;
}

a:visited {
text-decoration: none
}

a:active {
text-decoration: none
}

a:hover {
/*background-image: url(underline.jpg);
background-repeat: repeat-x; */
text-decoration:underline;
color:#F43606;
}

#logo {
margin-left:141px;
margin-top:222px;
border-style:none;
} 

#body_text {
width:310px;
margin-left:155px;
margin-top:110px;
}

.text_white {
color: white;
font-family:Myriad Pro, Myriad, Gill Sans, Arial; 
font-size:15px;
font-style:normal;
}

