@charset "UTF-8";
/* CSS Document */
body{
	width:500px;
}
div#wrap{
	width:500px;
}


.sml{
	font-size:0.85em;
}
.bld{
	font-weight:bold;
}

a:link{
	text-decoration:none;
	color:#3b59a5;
}
a:visited{
	text-decoration:none;
	color:#3b59a5;
}
a:hover{
	text-decoration:underline;
	color:#3b59a5;
}
