body {
        background-image: url(http://www.readingwrestling.com/images/gradiant3.jpg);
        background-repeat: repeat-y;
        background-color: black;
        font-family: arial,sans-serif;
        color: white;
}

ul.menu {
  list-style-type: square;
  padding-left: 10px;
  font-size: large;
  font-weight: bold;
  color: white;
}

ul ul {
  list-style-type: square;
  padding-left: 20px;
  font-weight: normal;
  font-size: medium;
}

table.content {
  background-color:white;
  color:black;
}

table.centered {
  margin-left:auto;
  margin-right:auto;
}

td.coachname {
  font-size: x-large;
  font-variant: small-caps;
  vertical-align: top;
  padding-top: 1px;
  padding-bottom: 1px;
}

td.coachbio {
  vertical-align: top;
  padding-top: 1px;
  padding-bottom: 1px;
}

table.blog {
  width: 100%;
}

table.contentpaneopen {
  width: 100%;
}

A:link {color:white;}  /*unvisited link*/
A:visited {color:white;} /*visited link*/

h3.linkHeading {
  color: white;
  text-align: left;
}

.header {
  #float: top;
}

.main {
  margin: 0 2em 0 225px;
  padding: 0em;
}
.sidebar {
  float: left;
  width: 200px;
  height: 50%;
}
.centered {
  text-align: center;
}

.left {
  text-align: left;
}

.contentheading,.componentheading {
  font-size: xx-large;
  font-weight: bold;
  font-variant: small-caps;
}

.siteinfo {
  color: white;
  font-size: large;
  font-variant: small-caps;
  font-weight: bold;
}

.buttons {
  text-align: right;
}

.modifydate, .createdate {
  text-align: left;
  font-size: smaller;
  font-style: italic;
}

form.mapdirform {
  color: black;
  font-size: medium;
}
p.individualsLabel { font-style: italic;}

.tlist {
  display: inline;
  text-align: center;
  color: white;
}

.tlist linkvisited {
  color: white;
}

li.tlist:after {
  content: " - ";
}

.tournament {
  text-align: center;
}

li.tlistLast {
  display: inline;
  text-align: center;
}

.indList {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  text-align: left;
}