body 
{
	font-family: serif;
	background-color: #003333;
	color: #ffffff;
}

h1
{
	color: #00cc00;
	/*font-variant: small-caps;*/
}

h2
{
	color: #00cc00;
}

h3
{
	color: #00cc00;
}

img.graph
{ 
    margin-top: 3em;
    margin-left: 3em;
    margin-bottom: 3em;
}

em
{
	font-weight: bold;
}

a
{
	color: #0f0;
	text-decoration: none;
}

b
{
    color: #ccffcc;
}

a:visited
{
	color: #cccccc;
	text-decoration: underline;
}

a:hover 
{
	color: black;
	text-decoration: underline;
}

#content
{ 
/*  clear: right; */
}

p.chat
{
	position: relative;
	left: 2em;
}

div.center
{ 
    text-align: center;
}

span.error
{
	color: #ff0000;
	font-weight: bold;
}

span.guess
{
    color: #00FF00;
    font-weight: bold;
    font-size: large;
}

code, span.code, pre.code
{
    font-family: monospace;
    width: 80ch;
    margin: 0px;
    overflow: auto;
    background-color: #333333;
    color: #ffffff;
}

span.center
{
	text-align: center;
}

span.nick
{
	color: #00ccff;
}

span.date
{
	color: #cccccc;
}

div.post
{
    max-width: 80ch;
    margin-left: auto;
    margin-right: auto;
}

div.copyright
{ 
/*  float: right;
    clear: left;*/
    color: #cccccc;
    font-size: small;
/*  left: 30%;
    width: 40%; */
    background-color: #003333;
    text-align: right;
    position: relative; 
}

#topbar
{ 
/*  float: top; */
    background: #99cc99;
    margin-top: 0em;
    padding-top: 0em;
/*  margin-right: 1em; */
    margin-left: 0em;
    width: 100%;
/*  padding-bottom: 50%;*/
}

#navbar
{
    padding-top: 1em;
    padding-right: 0em;
    padding-left: 0em;
    padding-bottom: 1em;

/*   position: relative; */
    width: 100%;
/*   clear: both; */
/*   padding: 3px; */
    letter-spacing: .25em;
    text-align: center;
/*    left: 30%; */
/*  float: right; */
/*  position: fixed; */
/*  padding-bottom: 1em;*/
    background: #99cc99;
    color: #000000;
}

#navbar span
{ 
    padding-right: 2px;
  /*border-right: 1px dotted #990000*/
    letter-spacing .25em;
}

#navbar a
{
    font-weight: bold;
    text-decoration: none;
    color: #990000;
/*  padding-right: 2px;
    border-right: 1px dotted #990000*/
/*  border-style: solid;
    border-width: 1px;
    border-color: #ff0000;*/
	letter-spacing: .25em; 
}

#navbar a:visited
{
	/*color: #330033;*/
	text-decoration: none;
	font-weight: bold;
}

#navbar a:hover
{
	color: #000099;
	text-decoration: none;
}

label, input, textarea, select
{
    display: block;
    float: left;
    margin-bottom: 1em;
    font-size: large;
}

.success
{   
    background-color: #00ff00;
}

.failure
{ 
    background-color: #ff0000;
}

label
{
	text-align: right;
	width: 100px;
	padding-right: 20px;
}

label.intable
{ 
    text-align: left;
    width: auto;
}


br
{
	clear: left;
}

input.button
{
	width: 10em;
	margin-left: 120px;
}

input.intable
{ 
    margin-bottom: 0;
    display: block;
    float: none;
}

input.tablebutton
{ 
    margin-left: 5;
/*  width: 10em; */
    float: none;
    display: inline;
/*  position: relative;
    left: 20%;*/
}

table
{ 
    border-style: solid;
    border-color: #000000;
    border-width: thick;
/*  border-collapse: collapse; */
    border-spacing: 3px;
/*  position: relative;
    left: 20%;*/
}

td, tr
{ 
    border-style: solid;
    border-color: #000000;
    border-width: thin;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

td.top-thick-left-thick
{ 
    border-left-width: thick;
    border-top-width: thick;
}

td.top-thick-left-thin
{ 
/*  border-left-width: 0; */
    border-top-width: thick;
}

td.top-thin-left-thick
{ 
    border-left-width: thick;
/*  border-top-width: 0; */
}

td.top-thin-left-thin
{ 
/*  border-left-width: 0;
    border-top-width: 0;*/
}
