h1 {
  color: green;
}

body {
  margin:
  padding:
  text-align: center;
  background-image : url(bg.gif);
  background-repeat: repeat-y;
  background-position: center top;
@font-family: "MS UI Gothic";
@font-size: 
  line-height: 1.5; 
}

table, th, td 
{
  font-family: "MS UI Gothic";
@font-size:;
  line-height: 1.5; 
  border-color: lightsalmon;
  border-collapse: collapse;
}

table.annai
{
  border-style:solid;
  border-color:gray;
  border-width:2px;
  border-collapse: collapse;
}
th.annai
{
  border-style:solid;
  border-color:gray;
  border-width:2px;
  background-color:gold;
}
td.annai
{
  border-style:solid;
  border-color:gray;
  border-width:2px;
}
td.link
{
  border-style:solid;
  border-color:gray;
  border-width:0.5px;
}

a:link
{
  color:blue;
}
a:visited
{
  color:purple;
}

a:hover
{
  text-decoration:underline overline;
  color:brown;
  background-color:bisque;
}

html,body
{
scrollbar-face-color:;
scrollbar-arrow-color:;
scrollbar-3dlight-color:;
scrollbar-highlight-color:;
scrollbar-darkshadow-color:y;
scrollbar-shadow-color:;
scrollbar-track-color:;
}
