/* -----> general style <----- */

body {
  margin: 0px;
  padding: 10px 50px 20px 50px;
  background-color: #f3f3f3;
  font: 100.1% Verdana, Arial, sans-serif, Tahoma, Georgia, Times;
  /*line-height: 130%; */
  min-width: 650px;
 	background-image: url(../images/bgkwo.jpg);
}
img {
  border: 0;
}
a {
  text-decoration: none;
  color: #0070AE;
}
a:link {
  color: #0070AE;
}
a:visited {
  color: #0070AE;
}
a:hover {
  color: #0070AE;
  text-decoration: underline;
}
a:active {
  color: #0070AE;
}

h1 {
  margin-top: 5px;
  margin-bottom: 25px;
  font-size: 1.7em;
 	text-align: center;
 	color: brown;
}
h2 {
  font-size: 1.3em;
}
h3 {
  font-size: 1.2em;
}
h4 {
  border-bottom: 1px solid #CCEEF8;
  font-size: 1.1em;
}
h5 {
  border-bottom: 1px solid #CCEEF8;
  font-size: 1em;
}
h6 {
  border-bottom: 1px solid #CCEEF8;
  font-size: 1em;
}

table {
  empty-cells: show;
}


@media print {
  body {
    font: 10pt "Times New Roman", Times, serif;
  }
  h1:after {
    content:" - SV KWO Badminton";
  }
}


