@import url(body.css);
A:HOVER{
 color : red;
  text-decoration : underline;
} 
A{
  color : teal;
  text-decoration : none;
}
A:VISITED{
  color : #7c4375;
  
}
BODY{
  
  background-repeat : repeat-y;background-position : left;
  background-attachment : fixed;
  cursor : auto;
  background-image : url(../Image/bg01.gif);
}
.table{
  
  background-repeat : repeat-y;
  margin-left : 20px;
  width : 800px;
  background-color : #ffffff;
  background-image : url(../Image/table_BG.gif);
}
.Coment{
  background-color : #ffff9c;
  padding-left : 5px;
  padding-right : 5px;
}
.table2{
  margin-left : 20px;
  
}
H1{
  border-top-width : medium;
  border-bottom-width : medium;
  border-top-style : solid;
  border-top-color : navy;
  border-bottom-color : navy;
  border-bottom-style : solid;
  color : #408080;
}
.Bota_menu{
  font-size : large;
  color : #ffffff;
  background-color : navy;border-width : thin medium;border-right-width : medium;border-bottom-width : thin;border-style : none double none double;border-color : #ffffff #ffffff #ffffff #ffffff;
  font-weight : bold;
  font-family : HGŠÛºÞ¼¯¸M-PRO;
}