div#banner
{
  background-color: rgb(0,102,255);
}

div#head
{
  background-color: rgb(255,255,255);
}

div#site
{
  background-color: rgb(255,255,255);
}

div#headcontent
{
  background-color: rgb(255,255,255);
  width: 700px;
  min-height: 200px;
  text-align: left;
  margin: auto;
}

div#sitecontent
{
  background-color: rgb(255,255,255);
  width: 700px;
  min-height: 100px;
  text-align: left;
  margin: auto;
}

p
{
  font-size: 12px;
  color: rgb(0,0,0);
}
p p,small,ul
{
  font-size: 12px;
  color: rgb(0,0,0);
}


a
{
  color: rgb(0,0,0);
  text-decoration: underline;
  font-size:12px;
  cursor: pointer;
}
a:hover
{
  color: rgb(0,102,255);
}
a.menu
{
  margin-right: 10px;
  font-size:15px;
}
