html, body {

background-image:url('../images/blue.jpg');
font-family: helvetica, arial, sans-serif;
text-align: center;
margin: 0;

}


a:link { color: #000033; text-decoration: none;  font-weight: bold; }
a:visited { color: #000033; text-decoration: none;  font-weight: bold; }
a:hover { color: #ffffff; text-decoration: none; font-weight: bold; }


img.logo {
 
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: 0px; 
padding: 0;
vertical-align: bottom;
border: 0px;
    
}


form {

padding 0px;

display: block;
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right:auto;

}


.bigSearch {

display: block;
margin-left: auto;
margin-right:auto;

border: 4px solid #4b5b74;
background: #ffffff;
color: #000033;
font-family: helvetica;
font-weight: bold;
padding-left: 5px;
font-size: 1.2em;

size: 50;
margin-top: 0px;
margin-bottom: 15px;

}


.bigButton {

border: 1px solid #000033;
background: #ffa2ae;
color: #000033;
font-size: 1.2em;
font-weight: bold;
cursor: pointer;

display: block;
margin-left: auto;
margin-right: auto;

margin-bottom: 40px;

}


.bigButton:hover {

border: 1px solid #000033;
background: #ffa2ae;
color: #000033;
font-size: 1.2em;
cursor: pointer;

}


.bigButton:active {

border: 1px solid #000033;
background: #ffa2ae;
color: #000033;
font-size: 1.2em;
cursor: pointer;

}


hr {

width: 35%;
color: #4b5b74;
background-color: #4b5b74;
height: 1px;
padding: 0px;
margin-top: 5px;
margin-bottom: 5px;
margin-right: auto;
margin-left: auto;
  
}


.links {

font-weight: bold;
padding: 0px;
margin: 0px;
vertical-align: bottom;
color: #4b5b74;

white-space: nowrap;

}


h1 {

display: block;
color: #4b5b74;
font-weight: bold;
font-size: 19px;
padding: 0px;
margin-top: 0px;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;

white-space: nowrap;

}


.copyright {

color: #4b5b74;
font-weight: bold;
font-size: 13px;
padding: 0px;
margin-top: 30px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;

white-space: nowrap;

}

