  html,body{
  height: 100%;
  text-align: center;
font-family: sans-serif;
margin: 0;
background-color: #0000b0;
}

div.kop {
  font: Arial;
  margin-left: 0;
  text-align: center;
  color: blue;
  font-style: bold;
  font-size: 120%; }

div.par {
  font: Arial;
  color: blue;
  font-style: bold;
  font-size: 120%; }
  
div.kopje {
  text-align: center;
  font: Arial ;
  color: #00b;
  font-style: bold;
  font-size: 120%; }

div.selected.link {
	text-decoration: none; 
  	color: #96cdf6;
  	background-color: #0000b0;

  
   }

div.selected.link {
	text-decoration: none; 
  	color: red;
  	background-color: #0000b0;

  
   }

   
a { text-decoration: none;
	font-style: bold;
}
a:link {color:#00b;}      /* unvisited link */
a:visited {color:#00b;}  /* visited link */
a:hover {color:#96cdf6; background-color: #00b;}  /* mouse over link */
a:active {color:#96cdf6;}  /* selected link */
   
   
 .myBox {
margin: 10px auto;
color: #000;
width: 900px;
padding: 20px;
text-align: left;
background-color:#96cdf6;
border: 3px solid #fff;
/* Do rounding (native in Firefox and Safari) */
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
}

input
{
color: #000;
background: #96cdf6;
border: 1px solid #00b
}
textarea
{
color: #000;
background: #96cdf6;
border: 1px solid #00b
}

