/* This stylesheet (C) 2008 Malcolm Tyrrell 
 */

body{
    color: white;
    background-color: gray;
}

a:link{
    color: yellow;
}

a:visited {
    color: gold;
}

/******************************************************************************
* The linkbox
******************************************************************************/
div.linkbox {
  float: left;
  width: 8em;
  padding: 0.5em;
  margin-top: 1.5em;

  background-color: orange;
}

div.linkboxitem {
  padding: 0.2em;
  margin: 0.2em;

  background-color: gold;
  color: black;
}

div.linkboxitem a {
    color: black;
    text-decoration: none;
}

/******************************************************************************
* The main column
******************************************************************************/
div.maincolumn {
    width: 40em;
    margin-left: auto;
    margin-right: auto;
}

div.title {
    border-bottom: double black;
    text-align: center;
}

div.content {
    border-bottom: double black;
    padding-left: 1em;
    padding-right: 1em;
}

img.level {
    border-style: inset;
    border-width: thick;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.screenshot {
    border-style: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div.applet {
    border-style: inset;
    border-width: 7;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* necessary for centering */
    width: 427; /* 425 + 2 */
}

table.applet {
    border-width: 0;
    border-collapse: collapse;
    cell-spacing: 0;
}

th.applet {
    background-color: white;
    color: black;
    font-size: x-large;
    font-weight: bold;
    text-align: center;
}

