a:link, a:visited {
  text-decoration: none;
  font: 10pt;
  color: #0000BF;
}
a:hover {
  color: blue;
  text-decoration: underline;
}
TABLE{
 font-family: arial;
 font: 10pt;
 color: #000000;
}

.#header{
 cursor: pointer;
}
.vydel{
 color: red;
}
.table_head { 
 background: photo/orange.jpg;
 font-family: arial;
 font: bold 10pt;
 color: Yellow;
 text-align: center;
}

.header_risde{
 font-family: arial;
 font-size: 20pt;
}

.td_menu{
 background-color: #71A4FC
;
}

UL{
 margin-left: 20px;
 margin-bottom: 0px;
}

BODY{
 background-color: #FFFFFF;
 font-family: arial;
 font: 10pt;
 margin: 0px;
 padding: 0px;
}

.TITLE
{
 color:yellow;
 font: bold 16pt;
 text-align: center;
}

.framed
{
  background-color: #FFFFFF;
  border-top:1px solid black;
  border-left:1px solid black;
  border-right:1px solid black;
  border-bottom:1px solid black;
  spacing:0; 
  padding:0;
}

.left_frame
{
 border-top:3px solid white; 
 border-bottom:3px solid white; 
 border-left:3px solid white; 
}

.right_frame
{
 border-top:1px solid white; 
 border-bottom:1px solid white; 
 border-right:1px solid white;
}

.mid_frame
{
 border-top:1px solid white; 
 border-bottom:1px solid white; 
}

