a:link {text-decoration: none; color:#000000;}
a:visited{text-decoration:none; color:#000000;}
a:active{text-decoration:none; color:#000000;}
a:hover{text-decoration:underline; color:#000000;}
body
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: arial, verdana;
}
img 
{
	border:0;
}
.itab
{
	display: inline-table;
}
.fleft
{
	float: left;
}
.iblock
{
	display: inline-block;
}
.fright
{
	float: right;
}
.max
{
	height: 100%;
	width: 100%;
}
.maxw
{
	width: 100%;
}
.maxh
{
	height: 100%;
}
.tleft
{
	text-align: left;
}
.fwbold
{
	font-weight: bold;
}
.center-contents
{
	display: flex;
	align-items: center;
	justify-content: center;
}

.center-contents-vert
{
	display: flex;
	align-items: center;
}

.center-contents-horz
{
	display: flex;
	justify-content: center;
}

.center-self
{
	position: relative;
  top: 50%;
  left: 50%;
 	transform: translate(-50%, -50%);
}

.center-self-vert
{
	position: relative;
  top: 50%;
 	transform: translateY(-50%);
}

.center-self-horz
{
	position: relative;
  left: 50%;
 	transform: translateX(-50%);
}
