a:active {
  color: #646464;
}

a:hover {
  color: #646464;
}

a:link {
  color: #646464;
}

a:visited {
  color: #646464;
}

body {
  background-color: #3F3F3F;
  font-family: verdana, arial, sans-serif;
}

h1 {
  font-size:16px;
}

h3 {
  font-size:12px;
}

p {
  font-size:10px;
}

/* link styles */
a.menulink:active {
  color: #F33F61;
}

a.menulink:hover {
  color: #F33F61;
}

a.menulink:link {
  color: #D5304F;
}

a.menulink:visited {
  color: #D5304F;
}

/* text styles */
.bigtext {
  font-size:14px;
}

.blogtext {
  font-size:12px;
}

.captiontext {
  font-size:9px;
}

.errortext {
  color:red;
  font-size:10px;
}

.mediumtext {
  font-size:12px;
}

.menutext {
  font-size:12px;
}

.messagetext {
  color:green;
  font-size:10px;
}

.smalltext {
  font-size:11px;
}

/* table styles */
.matchuptableheader {
  background-color: #3F3F3F;
  color: #ECECEC;
  font-size:10px;
  font-weight:bold;
}

.matchuptableheadera {
  background-color: #646464;
  color: #ECECEC;
  font-size:10px;
  font-weight:bold;
}

.matchuptableheaderb {
  background-color: #828282;
  color: #ECECEC;
  font-size:10px;
  font-weight:bold;
}

.matchuptablecella {
  background-color: #CCCCCC;
  font-size:12px;
}

.matchuptablecellb {
  background-color: #E0E0E0;
  font-size:12px;
}

.matchuptablecellc {
  background-color: #F3F3F3;
  font-size:12px;
}

.modulecontenttext {
  font-size:11px;
}

.modulefootertext {
  font-size:10px;
}

.moduleheadertext {
  color: #ECECEC;
  font-size:10px;
}

.tablelabel {
  font-size:10px;
  font-weight:bold;
}