/* Adapted from http://jessey.net/simon/articles/007.html */

body {
    margin: 0em;
    padding: 0em;
    background: url("http://xplanet.sourceforge.net/Images/Stars.png") black;
    color: #F0F0F0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: medium;
}

.invisible {
    display: none;
}

#fixed {
    position: absolute;
    top: 0;
    left: 0;
    width: 10em;
    height: 100%;
    margin-top: 10px; 
    margin-left: 10px; 
}

body>#fixed {
    position: fixed;
}

#content {
    background: transparent;
    margin-left: 10em;
    padding: 1em;
    font-family: Arial, sans-serif;
}

.center { text-align: center; }
h1 { font-size: 4em; text-align: right; }
h2 { margin-top: 2em; }

A               { color: #FFCC00; text-decoration: none; font-weight:bold; } 
A:link          { color: #FFCC00; text-decoration: none; } 
A:visited       { color: #FF9900; text-decoration: none; } 
A:active        { color: #FF0000;  } 
A:hover		{ color: white; }

.menu {
      display: block;
      text-decoration: none;
      background: none;
      color: white;
      font-weight: bold;
      font-size: smaller;
      margin-bottom: 2px;
}

.subitem { 
	 margin-left: 10px; 
}

.command {
        font-family      : monospace;
        padding          : 0.25em;
        color            : #DDDDDD;
        background-color : #555555;
        border           : 2px outset #333;
}

.code {
        font-family      : monospace;
        padding          : .25em;
        color            : #000000;
        background-color : #FFFFFF;
}
