* {
   font-family: tahoma, verdana, arial, helvetica, sans-serif;
   font-size: 12px;
}

body {
   background-color: black;

}

h2 {
   text-transform:uppercase;
}

h1 {
	color:#990000;
	font-size:18px;
}

hr {
   background-color: black;
   border: 0;
   height: 1px;
}

.td {
   border-top: solid black 1px;
   border-bottom: solid black 1px;
   border-left: solid black 1px;
   border-right: solid black 1px;
}

input, textarea, select {
   color: black;
   background: white;
   border-top: solid black 1px;
   border-bottom: solid black 1px;
   border-left: solid black 1px;
   border-right: solid black 1px;
}

a {
   text-decoration: none;
   text-transform: none;
   color: #ff0000;
}

a:hover {
   text-decoration: none;
   text-transform: none;
   font-weight: bold;
   color: #a11717;
}

.bodytext {
   font-family: tahoma, verdana, arial, helvetica, sans-serif;
   font-size: 11px;
   color:#CCCCCC;

}

.syntext {
   font-family: tahoma, verdana, arial, helvetica, sans-serif;
   font-size: 14px;
   color:#DDDDDD;

}

.topbodytext {
   font-family: tahoma, verdana, arial, helvetica, sans-serif;
   font-size: 18px;
   color:#a11717;

}