/* bestand : login.css
   datum   : 2002 juli 20
*/

body{
	  color : #0200A0;
	  background-color : #FCF8F7;
} 

h1{
  font-family : arial, helvetica;
  font-size : 22;
  text-align : center;
}

table{
  font-family : helvetica;
  font-size : 16;
  font-style : oblique;
  font-weight : bold;
}

td{
 color : #0000FF;
}

div.centrum{
  position : relative;
  top : 10pt;
  left : 20%;
  width : 60%;
  text-align:center;
  background-color : #FC00F7;
  color : #FFFFFF;
}

div.pcentrum{
  position : relative;
  top : 10pt;
  left : 15%;
  width : 70%;
  text-align:center;
  background-color : #FCF8F7;
  color : #0000FF;
}

div.uitleg{
  position : relative;
  left : 15%;
  width : 70%;
}

div.puitleg{
  position : relative;
  text-align : center;
}

a:link {
  font-weight : bold;
  font-size : 10pt;
  color : #0000CC;
  text-decoration: none;
}

a:active {
  font-weight: bold;
  font-size : 10pt;
  color: #000000;
  text-decoration: none;
}  

a:visited {
  font-weight: bold;
  font-size : 10 pt;
  color : #00000;
  text-decoration: none;
}

a:hover {
  font-weight: bold;
  font-size : 10pt;
  color : #FF0033;
  text-decoration: none;
}

div.centreer{
  text-align : center;
}
