/* CSS2 Style Sheet
   Created by Adam Howard, donutz@hotmail.com */

.button { font: bold 0.6em 'comic sans ms',sans-serif; }
.redtext { color:#CC0000; }
.greentext { color:#00CC00; }
.bluetext { color:#0000CC; }
.center { text-align: center; }

body 	{ margin: 0;
	  padding: 0; 
	  font-family: sans-serif;
	  color: #cccccc;
	  background-color: #000000;
	}
a:hover { color: #CC0000;
        }
a:link { text-decoration:underline; }

hr { width: 75; }

p.logo { font-weight: bold;
         font-size: 130%;
	 color: #cccccc; 
         font-family: courier; 
       }
p.small { font-size: 70%; 
       }
h1 { text-align: center; }

img { border: 0; }

table { border: 0 }

table.main { width: 99%;
             border: 0;
             cellpadding: 5;
             cellspacing: 5;
           }
td.menu { width: 9%;
        }