body  { text-decoration: none; 
    background-color: #ffffff;
    background-image: url("images/background.gif");
    background-attachment: fixed;
    font-family: tahoma, verdana, "arial cyr", arial; 
    font-size: 10pt;
  }
a { text-decoration: none;
    color: rgb(204, 134, 57)
  }
a:visited { color: rgb(204, 134, 57);}
a:active {  color: rgb(204, 134, 57);}
a:hover { text-decoration: underline;}
hr  { color: #000000; 
    height: 1; 
    width: 50%;
  }
img { border-style: solid;
    border-width: 1;}
h1  { font-family: tahoma, verdana, "arial cyr", arial; 
    font-size: 20pt;
    text-align: center;
    color: rgb(204, 134, 57);
  }
h2  { font-family: tahoma, verdana, "arial cyr", arial; 
    font-size: 14pt;
    text-align: left;
    color: rgb(204, 134, 57);
  }
h3  { font-family: "arial cyr", arial, tahoma, verdana; 
    font-size: 12pt;
    text-align: Left;
    color: rgb(50, 50, 50);
  }
table { border: 0;}
td  { vertical-align: middle;}
p { font-family: tahoma, verdana, "arial cyr", arial; 
    color: rgb(0,0,0);
    font-size: 10pt;
    margin-top: 5px;}
