body {
 font-family: sans-serif;
 background-image: url("gfx/background.jpg");
 background-color: #000000;
 color: #FFFFFF;
}

a:link {
 color: #99CCFF;
}

a:visited {
 color: #99FFCC;
}

a:active {
 color: #FF9999;
}

p:first-child,h2:first-child {
 margin-top: 0px;
}

p:last-child {
 margin-bottom: 0px;
}

table {
 border-spacing: 0px;
}

td {
 vertical-align: top;
 padding: 0px;
}

.center {
 text-align: center;
}

a,.background {
 background-image: none;
 background-color: #000000;
}

.border {
 border-width: 12px;
 border-style: solid;
 border-color: #000000;
 border-radius: 12px;
 -moz-border-radius: 12px;
 -webkit-border-radius: 12px;
 -o-border-radius: 12px;
 border-image: url("gfx/border.gif") 12 stretch;
 -moz-border-image: url("gfx/border.gif") 12 stretch;
 -webkit-border-image: url("gfx/border.gif") 12 stretch;
 -o-border-image: url("gfx/border.gif") 12 stretch;
}

.link {
 border-width: 7px 12px;
 border-style: solid;
 border-color: #000000;
 border-radius: 12px;
 -moz-border-radius: 12px;
 -webkit-border-radius: 12px;
 -o-border-radius: 12px;
 border-image: url("gfx/border.gif") 7 12 stretch;
 -moz-border-image: url("gfx/border.gif") 7 12 stretch;
 -webkit-border-image: url("gfx/border.gif") 7 12 stretch;
 -o-border-image: url("gfx/border.gif") 7 12 stretch;
}

.clear {
 clear: both;
}

.left {
 float: left;
}

.right {
 float: right;
}
