body { 
  margin: 0;
  background-color: black;
  color: white;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

h1, h2, h3 { 
  font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}

a:link { color: magenta; text-decoration: none; }
a:visited { color: aqua; text-decoration: none; }
a:active { color: silver; text-decoration: none; }
a:hover { color: red; text-decoration: underline; }

#logo:link { color: white; text-decoration: none; }
#logo:visited { color: white; text-decoration: none; }
#logo:active { color: white; text-decoration: none; }
#logo:hover { color: white; text-decoration: none; }

#header { 
  text-align: center;
}

#footer { 
  clear: both;
  text-align: center;
  font-size: smaller;
}

#alooflogo { 
  position: absolute;
  left: 0px;
  top: 0px;
}

#navcolumn {
  width: 200px;
  float: left;
  margin-left: -1px;
  padding: 10px;
}

#content {
  margin-left: 220px;
  padding: 10px;
}

.xoxo {
    list-style-type: none;
    line-height: 1em;
    padding:0;
}
