/* index.css */
A:VISITED{
  color : blue;
}
A{
  text-decoration : none;
}
A:HOVER{
  text-decoration : underline;
}
TABLE{
  font-size : 14px;
  font-family : "MS UI Gothic";
}

h1,h2,h3{
	margin:0px;
	padding:0px;
	display:inline;
	font-size:14px;
}
