body {
	font-family: arial,verdana,sans-serif; font-size:20px; text-align: justify;
	}
}
*|h3 {
  font-size: 25px;
}
*|h2 {
  font-size: 27px;
}
*|h1 {
  font-size: 30px;
}
*|p {
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Arial,Helvetica,sans-serif;
}
*|a:link {
  text-decoration: none;
}
*|a:visited {
  text-decoration: none;
}
*|a:active {
  text-decoration: none;
}
*|a:hover {
  //#font-size: 20px;
  //#font-weight: bold;
  color: red;
}
.center {
  text-align: center;
}
.center table {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

