/* Yeah, this is just a bunch of random stuff.
   Word of advice: Don't ever ask me to design a website. :) */

html, body {
   background-color:    #FFFFFF;
   color:               #000000;
}

a:active, a:link, a:visited {
   text-decoration:     underline;
}

a:link {
   color:               #0000FF;
}

a:visited {
   color:               #800080;
}

a:active {
   color:               #00008B;
}

img {
   border:		0;
}

ul.noleftspace, ul.noleftspace > li {
   margin-left: 0;
   padding-left: 0;
}

ul.nomarker {
   list-style-type:	none;
}

#honey {
   display:		none;
   height:		0;
   width:		0;
}

.center {
   text-align:		center;
}

.monospace {
   font-family:		monospace;
}

#footer {
    font-size: smaller;
}

/* XXX Floated elements need a defined width. */
#footer-left {
    float: left;
}

/* XXX Floated elements need a defined width. */
#footer-right {
    float: right;
}
