﻿body,html
{
  margin: 0px;
  border: 0;
  padding: 0px;
  background-color: #3366CC;
  font-family: Tahoma, Arial;
  color: White;
  
  
}
.knoppenbalk
{
  border-style: solid;
  border-width: 1px 0px 1px 0px;
  border-color: #CBE2FE;
  background-color: #034695;
  font-family: Tahoma, Arial;
}
.knoppentabel
{
  width: 100%;
  border-spacing: 20px;
}
img {
  border: 0;
}

.knop
{
  border-style: dotted;
  border-width: 1px 0px 1px 0px;
  border-color: #CBE2FE;
  background-color: inherit;
  color: White;
  text-align: center;

}
a:hover 
{
  color: White;
  text-decoration: none;
}
a:active 
{
  color: White;
  text-decoration: none;
}
a:visited 
{
  color: White;
  text-decoration: none;
}
a:link 
{
  color: White;
  text-decoration: none;
}





