/* Stylesheet autoweber */

/* Globale Settings */
body, div, td, h1, h2, h3, h4, p, ul, ol, blockquote, a {
  font-family:arial,sans-serif;
}
pre, samp {
  font-family:"Courier New",monospace;
}

body {
  background-color: #FFFFFF;
  color: #0000C0;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
}

tr.title {
  font-size: 14pt;
  text-align:center;
}

tr.menu {
  background: #0000C0;
  font-size: 9pt;
  text-align:center;
}

a:link,a:visited {
  text-decoration:none;
  color: #FFFFFF;
}

a:hover {
  text-decoration:none;
  background:#FFFFFF;
  color:#0000C0;
}