body {
    font-family: arial, verdana, sans-serif;
    color: #000000;
    background-color: #000033;
}
/*
*{
  float:none;
    position:static;
    width:auto;
   background:#000033;
}
*/
div {
  padding:0;
}
div.whitebox {
    background-color: white;
    height: 150px;
    min-height: 150px;
    min-width: 200px;
    float: center;
    margin: 250px 250px 250px 250px;

}
div.whitebox > .whiteboxContent {
    background-color: white;
    float: center;
    width: auto;
    height: auto;
    min-height: auto;
    font-size: 14pt;
    position: relative;
    text-align: center;

}

img {
    border: 0;
}
a {
   text-decoration: none;
   color: #FF0000;
}
a:hover {
    color: #FF3300;
}
a:visited { 
    color: silver;
}