@CHARSET "ISO-8859-1";

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	/* font-family: 'Forum', cursive; */
	font-family: : system-ui;
	font-size: 16px;
	line-height: 1.42857143;
	color: black;
	background-color: #fff;
}

div {
	display: block;
}

th {
  height: 40px;
  text-align: center;
  
}

tr:nth-child(even) {background-color: #CCC}
tr:nth-child(odd) {background-color: #FFF}

fieldset{padding:0;margin:0;border:0;min-width:0}
textarea{width: 100%;}

a:link, a:visited, a:hover, a:active {
	border: 0px solid;
	background-color: transparent;
	/*color: transparent;*/
}
