<style type="text/css">
{LAYOUT}
body {
background-color:000000;
}
#header, #left, #center, #footer {
 background-color:000;
 border: 1px solid;
 border-color:FFF;
}
{TEXT}
b, strong {
  color: CD0000;
  text-transform: normal;
}
i, em {
  color: 0099CC;
  text-transform: normal;
  letter-spacing: 1px;
}
body, p, font, div, li, br, table, td, tr, th { 
 color:FFFFFF; 
 font-size:11px; 
 font-family:verdana; 
}
.footer {
 font-size: 9px;
}
.title {
 font-size:45px;
 text-align: center;
 color:CD0000;
}
.subtitle {
 font-size:12px;
 text-align: center;
 color:ffffff;
 font-family:impact;
}
{MISC}
select {
 background-color: 2E0854;
 border-color: 000000; 
 border: 2px solid;
 color: 000000; 
 font-family: monospace;
 font-size: 10px;
}
textarea, input {
 background-color: 000000;
 border-color: CD0000; 
 border: 2px solid;
 color: CD0000; 
 font-size: 10px; 
 font-family:monospace;
}
textarea.comment {
 background-image:url("http://i19.tinypic.com/2qvs0h0.gif");
 background-attachment:fixed;
 background-position:center center;
 background-repeat:repeat;
 background-color: 000000;
 border-color: rgb(204, 0, 0); 
 border: 2px solid;
 border-style: soild;
 color: B60000; 
 font-family: courier;
 font-size: 10px;
 text-align: center;
}
textarea.code {
 background-color: 000000;
 border-color: CD0000; 
 border: 2px solid;
 color: CD0000; 
 font-size: 10px; 
 font-family:monospace;
}
{LINKS}
a:link, a:visited, a:active {
 font-family: courier new;
 font-size: 11px;
 color: CD0000;
 text-decoration: none;
 font-weight: normal;
} 
a:hover {
 font-family: courier new;
 font-size: 11px;
 color: B3B3B3;
 text-decoration: none;
 font-weight: normal;
}
a.navbar:link, a.navbar:visited, a.navbar:active {
 font-family: courier new;
 font-size: 11px;
 color: CD0000;
 text-decoration: underline overline;
 font-weight: normal;
}
a.navbar:hover {
 font-family: courier new;
 font-size: 11px;
 color: B3B3B3;
 text-decoration: line-through;
 font-weight: normal;
}
a.here:link, a.here {
 font-family: courier new;
 font-size 11px;
 color: B3B3B3;
 text-decoration: underline overline;
}
a.footer, a.footer:link {
 font-size: 9px;
}
</style>