a:link{
	text-decoration: none;

}
a:visited{
	text-decoration: none;
}
a:hover{
	text-decoration:underline;
}
body {
	font-family: "MS UI Gothic";
	height: 100px;
	width: 100px;
}
table {
	font-family: "MS UI Gothic";
}
.red {
	color: #F00;
}
.b {
	font-weight: bold;
}
