body {
  background: white;
  color: black;
  font-family: arial, helvetica;
  margin: 12pt;
  text-align: justify;
  font-size: 12pt;
}

<!-- gagyi netcapa nem kezeli normalisan a stylesheetet,
     ha table van a doksiban, pl. elfelejti orokolni a fontmeretet,
     ilyesmit -->

h1 {
  font-family: serif;
  text-align: left;
  font-size: 24pt;
}

h2 {
  font-family: serif;
  text-align: left;
  font-size: 18pt;
  font-weight: normal;
}

div.newsflash h2 {
  text-align: center;
}

div.newsflash p {
  text-align: center;
}

p, ul, ol, small {
  text-align: justify;
  font-family: arial, helvetica;
}

p, ul, ol {
  font-size: 12pt;
}

h2.date {
  font-size: -1;
  font-family: monospace;
}

li.event {
  font-family: monospace;
}

code {
   font-family: monospace;
}

ul li {
  list-style-type: disc;
}

a {
  text-decoration: none;
  font-weight: bold;
}

a:link {
	color: blue;
}
a:visited {
	color: #551A8B;
}
a:active {
	color: red;
}

img {
	color: white;
}

div.logo img {
	text-align: center;
}


div.footnote {
	text-align: right;
}

table {
  backgound: #c0c0c0;
}
