td,tr,p,div {
  font-family      : Arial, Helvetica, Trebuchet MS, Verdana, sans-serif;
  font-size        : 11px;
  color            : #606060;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 700px;
}

/* ###################### LINKS ###################### */
a:link {
  font-family      : Arial, Helvetica, Trebuchet MS, Verdana, sans-serif;
  font-size        : 11px;
  color            : #404040;
  text-decoration  : none;
}

a:visited {
  color            : #505050;
  text-decoration  : none;
}

a:hover {
  color            : #ff0000;
}

a img {
	border: none;
}

/* ###################### SMALL FONT SETTINGS ###################### */
.invisible {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 9px;
  color            : #FFFFFF;
  text-decoration  : none;
  font-weight      : normal;
}
