body {
    font-family: Tahoma, Arial, sans;
    background-color: white;
    margin: 0.3em auto;
}


.staffchart {
  border:1px solid black;
  border-collapse: collapse;
  height:40px;
  text-align:center;

}

td.earlylate {
        text-decoration:blink;
        font-weight: bold;
}

body.scoreboard {
    background-color: black;
    color:white;
}

div.score {
    height:580px;
}

div.team {
    height: 200px;
}
div.position {
    height: 200px;
}

div.mars {
    background-color:red;
}
div.jupiter {
    background-color:#DDDD00;
}
div.neptune {
    background-color:green;
}
div.saturn {
    background-color:blue;
}



#page {
    background-color: white;
    border: solid 0.1em black;
    width: 50em;
    margin: 0 auto; padding: 1em 3em;
}

h1 {
    text-align: center;
    margin-top: 0;
  	font-family:'Trebuchet MS', sans;
text-size:35px;
margin-bottom: 0;
}

}

h2
{
	margin-top: 0;
    margin-top: 0;
    font-family: Helvetica, Arial, sans;
}

a
{
  text-decoration:none;
}

a.redbg
{
  background-color:red;
  text-decoration:blink;
}

a.yellowbg
{
  background-color:yellow;
}

a.greenbg
{
  background-color:green;
}

.big
{
  font-size:30px;
  margin:10px;
  font-weight:bold;
}

.huge
{
  font-size:150px;
  margin:10px;
  font-weight:bold;
  text-align:center;
}

.huger
{
  font-size:500px;
  margin:10px;
  color:white;
  font-weight:bold;
  text-align:center;
}

.flashing
{
  text-decoration:blink;
}


td.red
{
  color:red;
}
a.jupiter
{
  color:yellow;
}
a.neptune
{
  color:green;
}
a.saturn
{
  color:blue;
}

.centre
{
  text-align:center;
}


