A:link    { color: green }
A:visited { color: brown }
A:active  { color: brown }
A:hover   { color: yellow }

body {
  margin             : 0;
  padding            : 0;
  border             : 0;
  background-color   : #ffffff;
  color              : #000000;
}

p, ul, ol, li, td, th, caption {
  font               : 10pt Arial,geneva,helvetica;
}

th, caption { 
  font-weight     : bold; 
}

h1 {
  font               : bold 20pt Arial, Helvetica, geneva;
}

h2 {
  font               : bold 14pt Arial, Helvetica, geneva;
}

div.header {
  border-width       : 1px;
  border-color       : black;
  border-bottom-style: solid;
  width              : 100%;
}


div.page_title {
  margin             : 0px 150px 0px 150px;
  padding-top        : 5px;
  text-align         : center;
}

.page_title p, h2 {
  margin             : 25px 0px 5px 0px;
}

div.stats {     
  padding            : 1em;
  width              : 100%;
}

table.player_table td {
  padding            : 0 .5em 0 .5em;
}

table.player_table th {
  border-width       : 1px;
  border-color       : black;
  border-bottom-style: solid;
  padding            : 0 .5em 0 .5em;
}

table.player_stat_table {
  border             : 1px black solid;
  width              : 75%;
}

table.player_stat_table td {
  padding            : 0 .5em 0 .5em;
}

table.player_stat_table th {
  border-width       : 1px;
  border-color       : black;
  border-bottom-style: solid;
  padding            : 0 .5em 0 .5em;
  text-align         : left;
}


div.bio {
  margin             : 0 30% 0 25%;
}

div.text {
  margin             : 0 5% 0 5%;
}

table.player_bio_table {
  margin-left        : 10px;
}

table.player_bio_table td {
  padding            : 0 .5em 0 .5em;
}


div.footer {
  top                : 0px;
  border-width       : 1px;
  border-color       : black;
  border-top-style   : solid;
  padding            : 1em;
}

