body
{ 
   color: black;
   font: 14px/18px helvetica, arial, sans-serif;
   background: #2c2c2c; #554433;
   margin: 0;
   padding: 0;
}

a:link 
{
   color: #D53000;
    text-decoration: underline;
}
a:visited 
{
   color: #D72900;
   text-decoration: underline;
}
a:hover 
{
   color: #FF0;
   text-decoration: underline;
}

p
{
text-align:justify;
}

hr
{
	color = #FFFFFF;
}	

h1
{
	color: black;
	font-weight: bold; 
}

h2
{
   font: 14px/18px helvetica, arial, sans-serif;
   text-align:left;
   color: black;
   font-weight: bold;
}

h2 a:link 
{
   color: #AF4F0A;
   font-weight: bold;
}

h3
{
   font: 14px/18px helvetica, arial, sans-serif;
   text-align:left;
   color: black;
   font-weight: bold;
}

h4
{
   font: 34px/18px helvetica, arial, sans-serif;
   text-align:center;
   color: black;
   font-weight: bold;
}

t1
{
   color: white;
   font-weight: normal; 
}

table.sample 
{
   border-width: 0px;
   border-spacing: 0px;
   border-style: none;
   border-color: white;
   background-color: #C0C0C0;
}

table.sample th 
{
   padding: 5px;
   border-width: 0px;
   border-style: none;
   border-color: #4F4F4F;
   background-color: #4F4F4F;
   -moz-border-radius: ;
}

table.sample td 
{
   padding: 5px;
   border-width: 0px;
   border-style: none;
   border-color: white;
   background-color: white;
   -moz-border-radius: ;
}																		