
a:link {color: blue; text-decoration: none}     /* unvisited link */
a:visited {color: blue; text-decoration: none}  /* visited link */
a:hover {color: blue; text-decoration: underline}   /* mouse over link */
a:active {color: #6666FF; text-decoration: underline}   /* selected link */

h1 {font-size: 25;}
h2 {font-size: 18;}
h3 {font-size: 14;}

body
{
background-color:#CC9900;
margin-left:10%;
margin-right:25%;
margin-bottom:50px;
}

body, p, form, table, td, th
{
text-align:center;
font-family: verdana;
font-size: 12;
vertical-align: top;
}

table,th,td
{
border-collapse:collapse;
border:1px solid black;
}

p.red {color:red}
td.left {text-align:left}
td.right {text-align:right}

ul 
{
text-align:left;
margin-left:15%;
}

input, select, textarea
{
width:250;
}

input.button {width:120}
select.geboortedatum {width:80}
textarea.email {width:500}

hr {text-align:center}

sup {color:red}
