/* for amateurevents */
body {
  font-family: Arial;
  font-size: 8pt;
  text-align: justify;
  background: white;
}

h2, h3 {
	FONT-WEIGHT: bold; FONT-SIZE: 130%; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none; text-align: center;
}

a         { text-decoration: none; }
a:hover   { text-decoration: underline; }
a:link    { color: #3d7edb; }
a:visited { color: #3d7edb; }
a:active  { color: #3d7edb; }

hr {
  border: #3d7edb 0px solid;
  border-top-width: 1px;
  height: 1px;
  margin: 0px;
}

table {
  font-family: Arial;
  font-size: 10pt;
  color: #000000;
}

.main {
  padding: 7px;
  font-family: Arial;
  font-size: 10pt;
  text-align: justify;
}

.menuname {
  padding: 5px;
  font-family: Arial;
  font-size: 9pt;
  text-align: justify;
  color: #000000;
}

.center { text-align: center; }
.right  { text-align: right; }
.left   { text-align: left; }
