BODY{
  margin-top : 5px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  background-image : url(bg.gif);
  background-repeat : repeat-y;
  background-position: center;}
}

form{
	margin:0px;
	padding:0px;
}

H1{
  font-size : 150%;
  font-weight : bold;
  color : blue;
}

H2{
  font-size : 130%;
  font-weight : bold;
  color : red;
}

H3{
  font-size : 110%;
  font-weight : bold;
  color : green;
}

/* #main{
  font-size : 130%
} */


TH {
   background-color: #D1EBF5;
}


A {font-weight: nomal;text-decoration: none;}
A:hover {font-weight: nomal;text-decoration: underline;}

