       	/*** MAIN SECTION ***/
body, table, tr, td, div, p
{ 
   border: 0px;
   padding: 0px;
   margin: 0px auto 0px auto;
   font-family: Arial, sans-serif;
   font-size: 12px;
   background-color: transparent;
   color: #fff;
   text-decoration: none;
   text-align: center;
   width: auto;
}
a, a:link, a:visited, a:active {
   color: #fff;
   text-decoration: underline;
}
a:hover {
   color: #ccc;
   text-decoration: underline;
}

input, select, textarea {
   font-family: Arial, sans-serif;
   font-size: 11px;
   color: white;
}
body {
   background-color: #000;
}
div {
   clear: both;
   overflow: hidden;
}
p {
   display: inline;
}
img {
   border: 0px;
}
form {
   display: inline;
}