/*show-hide*/
.show
{
	display: block;
}

.hide
{
	display: none;
}

.u
{
	text-decoration: underline;
}

.bold
{
	text-weight: bold;
}