html {
  padding:0;
  margin:0;
  height:100%
}

body {
  background-color:#111;
  color:#eee;
  margin:0;
  padding-top:10px;
  padding-bottom:0;
  padding-right:10px;
  padding-left:10px;
  font-family:sans-serif;
  height:95%;
}

a.warn:link          { text-decoration:underline; font-style:normal; font-weight:bold; color:#dc143c; }
a.warn:visited       { text-decoration:underline; font-style:normal; font-weight:bold;  color:#dc143c; }
a.warn:hover         { text-decoration:none; font-style:normal; font-weight:bold; color:#dc143c; }
a.warn:active        { text-decoration:underline; font-style:normal; font-weight:bold; color:#dc143c; }
a.warn:focus         { text-decoration:underline; font-style:normal; font-weight:bold; color:#dc143c; }

a.menu:link          { text-decoration:none; font-style:normal; color:#eee; }
a.menu:visited       { text-decoration:none; font-style:normal; color:#eee; }
a.menu:hover         { text-decoration:underline; font-style:normal; color:#eee; }
a.menu:active        { text-decoration:none; font-style:normal; color:#eee; }
a.menu:focus         { text-decoration:none; font-style:normal; color:#eee; }

a.content:link       { text-decoration:underline; font-style:normal; color:#4169E1; }
a.content:visited    { text-decoration:underline; font-style:normal; color:#4169E1; }
a.content:hover      { text-decoration:none; font-style:normal; color:#4169E1; }
a.content:active     { text-decoration:underline; font-style:normal; color:#4169E1; }
a.content:focus      { text-decoration:underline; font-style:normal; color:#4169E1; }

a.geek:link       { text-decoration:none; font-style:normal; color:#FF1493; }
a.geek:visited    { text-decoration:none; font-style:normal; color:#FF1493; }
a.geek:hover      { text-decoration:underline; font-style:normal; color:#FF1493; }
a.geek:active     { text-decoration:none; font-style:normal; color:#FF1493; }
a.geek:focus      { text-decoration:none; font-style:normal; color:#FF1493; }

h1 {
  background-color:#111;
  color:#eee;
  font-size:larger;
  padding:2px;
  text-align:left;
  font-style:italic;
}

p.content {
  line-height:110%;
}

p.contentbox {
  line-height:110%;
  border:1px dotted #660000;
  padding:1em;
}

table.mastertable {
  background-color:#eee;
  width:100%;
  height:90%;
  padding:0;
  border-collapse:separate;
}

td.menu {
  width:20%;
  background-color:#111;
  padding-top:100px;
  padding-bottom:100px;
  padding-left:0;
  padding-right:20px;
  text-align:right;
}

td.content {
  color:#111;
  padding:20px;
  text-align:left;
  vertical-align:top;
  border:1px solid #111;
}

img.logo {
  border-style:none;
  width:32px;
  height:32px;
  background-color:#eee;
  padding:5px;
}

img.w3c {
  border-style:none;
  width:88px;
  height:31px;
  background-color:#111;
  padding:0px;
}

.linkbox {
  border:1px solid #4169E1;
  padding:10px;
}
