
/* Greenshoot font Gill Sans Nova Heavy */


body
{
  background-color: black;
  font-size: 120%;
}

img   
{
  padding: 10px;
}

h1   
{
  color: white;
  font-size: 2.0em;
  margin:50px;
}

h2   
{
  color: white;
  font-size: 1.4em;
  margin:50px;
}

h3   
{
  color: #FF3300;
  font-size: 1.5em;
  margin:50px;
}

p    
{
  color: white;
  font-size: 1.0em;
  margin:50px;
}

sup {
  vertical-align: super;
  font-size: 0.6em;
}

div
{
  margin:50px;
  width:820px;
  border-width: 8px; 
  border-style: inset;
  border-width: 8px; 
  border-style: solid;
  border-left-color: #353535; 
  border-right-color: #353535; 
  border-top-color: #505050; 
  border-bottom-color: #505050; 
}


table
{
  background-color: #000000;
}

.ccomments 
{
  background-color: #151530;
  color: white;
}

.page
{
  border-width: 5px;
  border-color: #151530;
  border-style: solid;
}

td    
{
  color: white;
  font-size: 1.0em;
}

a:link {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}
a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: #FF3300;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}


