body, html {
  padding: 0;
  margin: 0;
  border: 0; }

body {
  background: #444;
  font-family: Georgia, serif;
  font-size: 20px;
  line-height: 24px;
  color: white; }

p {
  margin: 0 0 24px 0; }

h1, h2 {
  margin: 0;
  padding: 0;
  clear: both;
  text-shadow: 0 -2px 1px #222222; }

h1 {
  font-size: 200%;
  line-height: 24px;
  margin-bottom: 24px; }

h2 {
  font-size: 100%;
  margin-bottom: 24px; }

.menu {
  padding-top: 34px;
  text-align: center;
  height: 192px;
  background: #2e2e2e;
  border-bottom: 1px solid #555;
  -webkit-box-shadow: 0px 2px 2px #333333;
  -moz-box-shadow: 0px 2px 2px #333333; }

.links {
  text-align: center;
  margin-top: 24px;
  line-height: 30px; }
  .links a {
    display: inline-block;
    background-color: #444;
    color: white;
    padding: 0.1em 10px;
    text-decoration: none;
    margin-bottom: 0.5em;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: -1px -1px 1px #111, 1px 1px 1px #555;
    -moz-border-radius: 2px;
    -moz-box-shadow: -1px -1px 1px #111, 1px 1px 1px #555; }
    .links a:hover {
      color: white;
      background-color: #222; }

.logo {
  text-decoration: none; }

a img {
  border: 0; }

.content {
  padding: 48px 0;
  position: relative;
  left: 50%;
  margin-left: -200px;
  width: 400px; }
  .content a {
    color: #ffcc00;
    padding: 0.2em 0.2em 0 0.2em; }
    .content a:hover {
      color: black;
      background-color: !linkcolor; }

ul.apps {
  margin-left: 0;
  padding-left: 0; }
  ul.apps li {
    display: block;
    width: 80px;
    padding: 5px 15px 24px 5px;
    float: left;
    text-align: center; }
  ul.apps a {
    color: #000;
    text-decoration: none;
    padding: 0.3em; }
    ul.apps a.description {
      color: #fff;
      font: 12px Helvetica; }
      ul.apps a.description:hover {
        -webkit-border-radius: 8px;
        -webkit-box-shadow: -1px -1px 1px #111, 1px 1px 1px #555;
        -moz-border-radius: 8px;
        -moz-box-shadow: -1px -1px 1px #111, 1px 1px 1px #555;
        background: #000; }
  ul.apps img {
    width: 64px;
    margin: 0;
    padding: 0;
    border: 0; }
