a:link {
 color: #FFD700; 
 text-decoration: none; 
 font-family: Arial, Helvetica; 
 font-weight: bold; 
 font-size: 10pt;
}

a:active {
 color: #FF0000; 
 text-decoration: none; 
 font-family: Arial, Helvetica;  
 font-size: 10pt;
}

a:visited {
 color: #FFD700; 
 text-decoration: none; 
 font-family: Arial, Helvetica;  
 font-weight: bold; 
 font-size: 10pt;
}

a:hover {
 color: #FF0000; 
 text-decoration: none; 
 font-family: Arial, Helvetica;  
 font-size: 10pt;
}

td {
 font-family: Arial, Helvetica;  
 font-size: 10pt;
 color: #FFFFFF;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

*:focus {
    outline: none;
}

textarea {
 font-family: Arial, Helvetica; 
 font-size: 14pt;
 background-color: transparent;
 color: #FFFFFF;
 border:solid 3px #FFD700; 
}

h1 {
 text-align: center;
}

.maintitle {
 border-radius: 4px;
 font-size: 26pt; 
 font-family: "Cantarell", sans-serif;
 font-weight: bold;
 vertical-align:middle;
 text-align: center;
 width: auto;
 color: #0055FF;
 background-color: #FFFFFF;
 position: relative;
 opacity: 0.75;
}

.maintext {
 border: 1px solid #6495ED;
 border-radius: 4px;
 font-size: 18pt; 
 font-family: Arial, Helvetica;  
 font-weight: bold;
 vertical-align: middle;
 text-align: center;
 width: auto;
 color: #104E8B;
 background-color: #FFFFFF;
 position: relative;
 opacity: 0.75;
}

.normaltext {
 font-size: 14pt; 
 font-family: Arial, Helvetica;  
 font-weight: bold;
 vertical-align: middle;
 text-align: center;
 width: auto;
 color: #FFFFFF;
 background-color: transparent;
 position: relative;
}

pre { 
  border: 1px solid #333333; background-color:#F1F1F1; }
  body{ font-family:Geneva; font-size:12px; 
}

.menuknop {
 vertical-align: middle;
 text-align: center;
 width: auto;
 border: 3px solid transparent;
 background-color: transparent;
 color: #FFD700;
 font-family: Arial, Helvetica;
 font-weight: bold; 
 font-size: 18pt;
}

.menuknop:hover {
 cursor: pointer;
 border-radius: 4px;
 border: 3px solid #FFFFFF;
}

.knop {
 vertical-align: middle;
 text-align: center;
 width: auto;
 border-radius: 4px;
 border: 3px solid #FFFF00;
 background-color: transparent;
 color: #FFFF00;
 font-family: Arial, Helvetica;
 font-weight: bold; 
 font-size: 18pt;
}

.knop:hover {
 cursor: pointer;
 border: 3px solid #00FF00;
 color: #00FF00;
}

.formulier {
 border-radius: 4px; 
 border:solid 3px #FFD700;
 background-color: transparent; 
 padding:3px 5px 3px 10px; 
 font-family:Arial; color:#FFFFFF; 
 font-size:14px;
 font-weight: bold; 
}
