body
{
  background-color: #555555;
  text-align:center;
}

H2
{
  font-size: 120%;
  color: #0000FF;
  text-align: center;
}

div#root
{
  width:1000px;
  background-color:#EEFFFF;
  margin-left:auto;
  margin-right:auto;
  margin-top:20px;
  border:none;
}
table#root
{
  width:100%;
}
td#banner
{
  height:180px;
  background-image: url(http://www.sebalo.com/pics/sebalo-banner.png);
}
tr#title
{
  height:140px;
}
tr#login
{
  height:30px;
}
form#login
{
  padding:0px;
  margin:0px;
}
H1
{
  color: #BBBBBB;
}
tr#footer
{
  height:20px;
  font-size: 80%;
  text-align: center;
  background-color: #006699;
}
A:link {text-decoration: none; color: #FFAA00;}
A:visited {text-decoration: none; color: #FFAA00;}
A:active {text-decoration: none; color: #FFAA00;}
A:hover {text-decoration: underline; color: red;}

.toplinks A:link {text-decoration: none; color: #006699;}
.toplinks A:visited {text-decoration: none; color: #006699;}
.toplinks A:active {text-decoration: none; color: #006699;}
.toplinks A:hover {text-decoration: underline; color: red;}
