@charset "utf-8";  
body{
  color : rgb(76, 22, 22);
  background-image : url(img/cloth-b2.png);
  background-repeat : repeat;
  background-attachment : fixed;
  font-size : small;
  margin-left : 5cm;
  margin-bottom : 0cm;
  margin-top : 2cm;
  font-family : Verdana;
}
h2{
  background-repeat : inherit;
  background-attachment : inherit;
}
A{
  color : #5beaca;
  text-decoration : none;
}
A:HOVER{
  text-decoration : underline;
}
td{
  line-height : 2;
}
