p.v_s_show, p.v_s_hide {
	margin-top: 0;
}
.v_s_show, .v_s_show a, .v_s_show:active, .v_s_show:visited,
.v_s_hide, .v_s_hide a, .v_s_hide:active, .v_s_hide:visited{
	cursor: pointer;
	text-decoration: underline;
}
.v_s_show:hover, .v_s_hide:hover{
	cursor: pointer;
	text-decoration: none;
}
.v_s_content-hide {
	display: none;
}
