body
{
  color: white; 
  font-family: arial; 
  font-weight: normal; 
  font-size:14px; 
  background-color: #0A0B0C;
}

table
{
  color: white; 
  font-family: arial; 
  font-weight: normal; 
  font-size:14px;
}

a
{
  font-weight:bold;
  text-decoration: none; 
  color: white;
}

a:hover
{
  color: red;
}

.menu a
{
  color: black;
  /*letter-spacing: 0;
  font-size: 14;*/
}

.menu a:hover
{
  color: white; 
  /*letter-spacing: 0;
  font-size: 20;*/
}

.title
{
  color: white; 
  font-family: arial; 
  font-weight: bold; 
  font-style: italic; 
  font-size: 25px;
}

x
{
  font-size:11px;
}

ul
{
  list-style-image:url(../image/os_xxxsmall.gif);
}

