html {
  overflow-y: scroll;
}
body
{
  font-family:verdana,arial,'sans serif';
  font-size:80%;
  background-image:url('../img/bgGrad.png');
  background-repeat:repeat-x;
  background-color:#f0f0f0;
  color:#000030;
  width: 650px;
  margin: 30px auto;
  padding: 0px;
}
div.centered {
  text-align:center; 
}

ul {list-style:square;}

a:link {color:#000080; text-decoration:none;}
a:visited {color:#000080; text-decoration:none;}
a:hover {color:#0000C0;}

img.logo {
  width:288px;
  height:36px;
  margin-bottom:15px;
}
