﻿#html, body {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width:650px;
  height: 100%;
  margin: auto;
}

table.table
{
    
}

td.background
{
    width: 650px;
    height: 235px;
    background-image: url('intro.jpg');
}

span.normal
{
    font-family: Verdana;
    font-size: 11px;
    color: #014520;   
}

a:link
{
    font-family: Verdana;
    font-size: 11px;
    color: #014520; 
    text-decoration: underline;
}

a:visited
{
    font-family: Verdana;
    font-size: 11px;
    color: #014520; 
    text-decoration: underline;
}

a:active
{
    font-family: Verdana;
    font-size: 11px;
    color: #014520;
    text-decoration: underline; 
}

a:hover
{
    font-family: Verdana;
    font-size: 11px;
    color: #014520; 
    text-decoration: underline;
}

td.choice
{
   background-image: url('buttonkeuze.jpg');
   width: 187px;
   height: 37px;
}

a.choice:link
{
    font-family: Verdana;
    font-size: 15px;
    color: #ffffff; 
    text-decoration: none;
    font-weight: bold;
}

a.choice:visited
{
    font-family: Verdana;
    font-size: 15px;
    color: #ffffff; 
    text-decoration: none;
    font-weight: bold;
}

a.choice:active
{
    font-family: Verdana;
    font-size: 15px;
    color: #ffffff; 
    text-decoration: none;
    font-weight: bold;
}

a.choice:hover
{
    font-family: Verdana;
    font-size: 15px;
    color: #ffffff; 
    text-decoration: underline;
    font-weight: bold;
}
