a {text-decoration: none }
a:link {color: #0000ff }
a:visited {color: #0000ff }
a:active {color: #0000ff }

a:hover {
color: #0000ff;
text-decoration: underline;
position: relative;
top: 1px;
left: 1px;
} 


body {
        background-color: #ffffff;
	background-repeat: no-repeat;
	font-family: "MS UI Gothic", "Osaka", sans-serif; }


