@import "fontsize.css";

/* local set */
body {
    margin:0px 0px 0px 0px;
	font-family:"lr SVbN", "Osaka|";
}


a:link{
	color: #c0c0c0;
	text-decoration:none;
	font-weight: bold;
}
a:visited{
	color: #999999;
	text-decoration:none;
	font-weight: bold;
}
a:active{
	color: #999999;
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	color:#F57700;
	text-decoration:none;
	font-weight: bold;
}
