a{
  color: #950000;
  font-weight: bold;
  text-decoration: none;
}

a.content{
  display: block;
  color: #000000;
  height: 24px;
  width: 100%;
}

a.contentselect{
  display: block;
  color: #cccccc;
  height: 24px;
  width: 100%;
}

a.front{
  display: block;
  color: #ffffff;
  height: 24px;
  width: 100%;
}

a:hover{
  color: #c00000;
  text-decoration: none;
}

a:hover.contentselect{
  color: #cccccc;
}

body{
  background-color: #950000;
  color: #000000;
  font-family: "book antiqua", "times new roman", verdana, arial, sans-serif;
  font-size: 18px;
  margin: auto;
  padding: 0;
  text-align: center;
  vertical-align: top;
}

div.small{
  font-size: 16px;
}

div.smallwhite{
  color: #ffffff;
  font-size: 15px;
}

div.text{
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}

div.top{
  font-size: 22px;
  font-weight: bold;
}

div.topxl{
  font-size: 30px;
  font-weight: bold;
}


div.vs{
  font-size: 4px;
}

div.white{
  color: #ffffff;
  font-size: 16px;
}

img{
  border: 0;
}

img.border{
  border: 1px solid #000000;
}

table{
  border: 0;
  border-collapse: collapse;
  margin: auto;
  padding: 0;
}

td{
  margin: auto;
  padding: 0;
  vertical-align: top;
}

td.content{
  background-color: #ffffff;
  background-image: url('bg-content.jpg');
  background-repeat: no-repeat;
  color: #000000;
  border: 1px solid #000000;
  width: 100%;
}

td.contentlink{
  background-color: #ffffff;
  border-right: 1px dashed #000000;
  border-bottom: 1px solid #000000;
  font-size: 16px;
  height: 36px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 17%;
}

td.contentlinkright{
  background-color: #ffffff;
  border-bottom: 1px solid #000000;
  font-size: 16px;
  height: 36px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 15%;
}

td.footer{
  color: #ffffff;
  font-size: 14px;
}

td.frontlink{
  background-color: #000000;
  border-right: 1px dashed #ffffff;
  border-top: 1px solid #ffffff;
  font-size: 16px;
  height: 36px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 50%;
}

td.frontlinkright{
  background-color: #000000;
  border-top: 1px solid #ffffff;
  font-size: 16px;
  height: 36px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 50%;
}

td.frontmenulink{
  background-color: #000000;
  border: 1px solid #ffffff;
  font-size: 16px;
  height: 36px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

td.frontpage{
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #ffffff;
  width: 100%;
}

div.head{
  font-size: 36px;
}

