/*****
*
* Name:     play.css
* Author:   Robert Sherwood
* Email:    lndrws@yahoo.co.uk
* Created:  2010-11-15
*
*****/


/*****
* content
*****/
#content table {
  margin: 0em auto 1em auto;
  font-size: 1.05em;
}


/*****
* playLinks
*****/

#playLinks {
  margin: 0em 2em;
  overflow: auto;
  text-align: center;
  background-color: #3b627e;
}

#playLinks h2 {
  display: inline;
  padding: 0em 1em 0em 0em;
  color: #fff;
  font-size: .9em;
  font-weight: 700;
  border: none;
}

#playLinks ul {
  display: inline;
  list-style: none;
  text-align: center;  
  margin: 1em 0em 0em 0em;
}

#playLinks li {
  font-size: .9em;
  text-decoration: none;
  display: inline;
  padding: 0em 1em 0em 0em;
  border: none;
}

#playLinks a {
  color: #ccc;
  background-color: #3b627e;
}

#playLinks a:hover {
  color: #fff;
}

