a {
background-color: #222;
color: #c30;
text-decoration: none;
}

abbr {
border-bottom: thin dotted;
cursor: help;
}

h1 {
font-family: "Trebuchet MS", sans-serif;
text-align: right;
}

h2 {
font-family: "Trebuchet MS", sans-serif;
margin-top: 1.5em;
}

html {
background-color: #111;
color: #ccc;
font: 0.8em Tahoma, sans-serif;
line-height: 1.46em;
margin: 0;
padding: 5% 20% 2% 8%;
}

kbd {			/* pinched from Opera help file -- good work, folks! */
background-color: #EFEFEF;
color: #333333;
font-family: "Verdana", sans-serif;
font-weight: normal;
font-size: 0.8em;
text-align: center;
border-top: 2px double #CFCFCF;
border-left: 3px solid #BABABA;
border-right: 4px solid #AAAAAA;
border-bottom: 6px solid #909090;
padding-left: 0.2em;
padding-top: 0em;
padding-right: 0.2em;
padding-bottom: 0em;
line-height: 1.6em;
vertical-align: top;
}

p {
margin: 0.7em 0;
text-indent: 2em;
}

strong {
background-color: inherit;
color: #f30;
}

var {
background-color: inherit;
color: #fc0;
font-family: serif;
font-size: 1.1em;
font-style: italic;
font-weight: bold;
}

.option {
background-color: inherit;
color: #c90;
border: thin dotted #633;
font-weight: bold;
}

#byline, #version {
border-bottom: thin #999 solid;
font-style: italic;
padding-bottom: 0.5em;
text-align: right;
}

#footer {
border-top: thin #999 solid;
color: #666;
font: 0.7em Tahoma, sans-serif;
padding-top: 0.5em;
text-align: center;
}

/* Much thanks to ALA [http://www.alistapart.com/] for the menu code */

#menu {
display: block;
right: 2%;
top: 7%;
position: fixed;
margin: 0;
padding: 0;
}

#menu h2 {
background: #888;
color: #000;
font: bold 1em Tahoma, sans-serif;
margin: 0;
padding: 0.2em;
text-align: center;
}

#menu ul {
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
}

#menu ul li {
border: thin solid #999;
display: block;
padding: 0;
margin: 0;
}

#menu ul li a {
background: #fff;
height: 2em;
border-top: thin solid #ccc;
border-left: thin solid #ccc;
border-bottom: thin solid #ccc;
border-right: none;
padding: 0 0.7em;
margin: 0;
color: #c30;
text-decoration: none;
display: block;
text-align: center;
letter-spacing: 0.05em;
line-height: 2em;
font-size: x-small;
}

#menu a:active	{
background: #c60;
color: #fff;
}

#menu ul li a:hover {
color: #000;
background: #ccc;
}

#notice {
background: #633;
border: 0.15em dashed #f30;
color: inherit;
padding: 0.4em;
}
