
/* 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.8em;
  margin:50px;
}

h3   
{
  color: #FF3300;
  font-size: 1.5em;
  margin:50px;
}

p    
{
  color: white;
  font-size: 1.0em;
  margin:50px;
}


div
{
  margin:50px;
  width:820px;
  border-width: 8px; 
  border-style: inset;
  border-width: 8px; 
  border-style: solid;
  border-left-color: #151530; 
  border-right-color: #252540; 
  border-top-color: #353550; 
  border-bottom-color: #353550; 


}



table
{
  margin:50px;
  background-color: #151530;
  border-width: 0px; 
}

.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;
}


