html {
overflow-x: hidden;

}

body#info{
	padding-top:10px;
    background:#fff;
}

body#info p{
	border-bottom:dotted 1px #999;
	margin-bottom:10px;
	width:477px;
	margin-left:20px;
}

body#info span{
	color:#0b3966;
	font-size:12px;
}

body#info a{
	text-decoration:underline;
}

body#info a;hover{
	text-decoration:none;
}