/* (c) Alexander Krutov, 2008 */

BODY {font-family:'Arial'; color: rgb(91,142,142); background:rgb(21,21,21); font-size:10pt}

h1 {font-family:'Arial'; color:rgb(192,192,192); font-weight:bold; font-size:18pt}
h2 {font-family:'Arial'; color:rgb(192,192,192); font-weight:bold; font-size:12pt}
h3 {font-family:'Arial'; color:rgb(192,192,192); font-weight:bold; font-size:10pt}
h6 {font-family:'Arial'; color:rgb(192,192,192); font-size:6pt}

a {font-family:'Arial'; color:rgb(200,200,200)}

ul { text-align: left; margin-left: 15px; list-style-type:square; }

.italic {
  font-style: italic;  
}



.code{
  font-family: 'Courier New';
}

.bold-8 
{
  color: White;
  font-size: 8pt;
  font-weight: bold;  
}

.bold-12 {
  font-size: 12pt;
  font-weight: bold;  
}

.formula {  
  font-family: 'Courier New';
  background-color: rgb(50,50,50);
  font-size: 10pt;  
}

.example {  
  background-color: rgb(50,50,50);
  font-size: 10pt;
}

.menu {
  font-family: Arial; 
  font-size: 10pt;  
  color: rgb(255,255,255);
  background: rgb(50,50,50);
  background-image: url('./images/menu2.gif');
  background-position: left top;
}

.menu-description 
{
  font-family: Arial; 
  font-size: 10pt; 
  background-color: rgb(30,30,30);
}

.menu: hover {  
    color: rgb(127,127,127);}