/* style.css - Style sheet voor gerhard.dekoninggans.nl */
body {
  margin-left: 10%; margin-right: 10%; margin-top: 0;
  color: black; background: #204090;
}
table.page {
	text-align: left;
}
tr.mainmenu {
  background: #81b3d5;
  text-align: justify;
}
tr.submenu {
  background: #8691a3;
  text-align: justify;
}
td {
padding: 15px;
}

tr.tekst {
  padding: 15px;
  background: #aaccee;
  text-align: justify;
}
tr.tekstblok {
  padding: 15px;
  background: #8691a3;
  text-align: justify;
}
ul,p.alinea {
  font-family: Bookman Old Style, Arial, Verdana;
  font-size: 14px;
  color: #164964;
}
h2.kop {
  font-family: Bookman Old Style, Arial, Verdana;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
h3.kop {
  font-family: Bookman Old Style, Arial, Verdana;
  font-size: 15px;
  color: #333333;
  font-weight: bold;
}
a:link{
background-color: transparent;
color: #440707;
text-decoration: underline;
font-family: Bookman Old Style, Arial, Verdana;
font-weight: bold;
}

a:visited{
background-color: transparent;
color: #440707;
text-decoration: underline;
font-family: Bookman Old Style, Arial, Verdana;
font-weight: bold;
}

a:hover{
background-color: #dddddd;
color: #000000;
text-decoration: none;
font-family: Bookman Old Style, Arial, Verdana;
font-weight: bold;
}

a:active{
background-color: transparent;
color: #440707;
text-decoration: underline;
font-family: Bookman Old Style, Arial, Verdana;
font-weight: bold;
}

a.menuchoice{
background-color: #8691a3;
color: #440707;
text-decoration: underline;
font-family: Bookman Old Style, Arial, Verdana;
font-weight: bold;
}

