body{
	font-family:"MS UI Gothic";
}
A {
	text-decoration: underline;
	color : #0000ff;
}
A:hover {
	font-weight: bold;
	color : Green;
	text-decoration: none;
}
