body
{
  background-color: whitesmoke;
  font-family: Arial, Verdana;
  font-size: 12px;
}

body.screen
{
  background-color: black;
}

div.box
{
  background-color: white;
  border: 1px solid silver;
  padding: 10px;
  width: 800px;
  margin: 0 auto;
  margin-top: 50px;
}

div.screen
{
  width: 800px;
  color: white;
}

div#ajax
{
  margin-top: 20px;
}

h1, h2, h3, h4, h5, h6
{
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}

a
{
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

div.title
{
  border-bottom: 1px solid gray;
}

span.title
{
  font-weight: bold;
  font-size: 40px;
}

span.title2
{
  padding-left: 20px;
  font-weight: bold;
  font-size: 20px;
  font-style: italic;
}

tr.everysecond
{
  background-color: #DDDDDD;
  border-bottom: 1px solid silver;
}

tr.header
{
  background-color: silver;
  border-bottom: 1px solid silver;
}

td.position
{
  width: 30px;
}

td.name
{
  width: 200px;
}

td.class
{
  width: 50px;
}

td.time
{
  width: 50px;
}

