@charset "utf-8";
BODY {
	background-image : url(images/t-back.gif);
  text-align : center;
  line-height : 1.3;
}
#main{border-width : 1px 1px 1px 1px;border-style : solid solid solid solid;border-color : gray gray gray gray;
  width : 770px;
  line-height : 1.3;
  background-color : white;
}
#header{
  text-align : left;
}
#contents{
  background-color : white;
  text-align : left;
  padding-top : 10px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 10px;
  
  float : none;
  
  
}
#footer{
  text-align : left;
  clear : both;
  color : white;
  background-color : green;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  width : 770px;
}
H1{
  color : teal;
  
  font-size : 14pt;
  border-left-width : 5px;
  border-left-style : solid;
  border-left-color : green;
  border-bottom-width : 5px;
  border-bottom-style : double;
  border-bottom-color : green;
  padding-left : 10px;
}
#left{
  float : left;
  

  
  
  
}
A:link{
  color : blue;
  text-decoration : none;
}
A:visited{
  
  
  color : navy;
  text-decoration : none;
}
A:hover{
  color : red;
  text-decoration : underline;
}
H2{border-width : 3px 5px 3px 5px;border-style : none none dotted none;
  color : green;
  font-size : 14px;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
}
