html
{
	overflow: hidden;
}

body   
{
    background: White;
    font-size: .80em;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    margin: 10px;
    padding: 0px;
}

.outerx
{
	width: 400px;
    border-color:White; border-style:solid; border-width:1px;
}

.box
{
	background-color:#011365;
    border-color:White; border-style:solid; border-width:1px;
}

a:link { text-decoration: none;	color: White } 
a:visited {	text-decoration: none; color: White }
a:hover { text-decoration: underline; color: White } 
a:active { text-decoration: none; color: White }
