input {
    border: 3px solid pink; 
    webkit-box-shadow: 
      inset 0 0 8px  rgba(255,255,255,0.5),
            0 0 16px rgba(255,255,255,0.5); 
    moz-box-shadow: 
      inset 0 0 8px  rgba(255,255,255,0.5),
            0 0 16px rgba(255,255,255,0.5); 
    box-shadow: 
      inset 0 0 8px  rgba(255,255,255,0.5),
            0 0 16px rgba(255,255,255,0.5); 
    padding: 5px;
    background: rgba(0,0,0,0.1);
    margin: 0 0 5px 0;
}




H1 {
 text-decoration: none;
 font-size: 16px;
 font-weight: bold;
 font-family: arial, helvetica;
 }

.zwart {
 background: #ffffff;
 text-decoration: none;
 font-size: 22px;
 font-weight: bold;
 arial, helvetica;
 color: #999999;
 }

.zwartlink {
 background: #000000;
 text-decoration: none;
 font-size: 16px;
 font-weight: bold;
 font-family: times;
 color: #FFCC00;
 }

.geellink {
 background: #FFFF00;
 text-decoration: none;
 font-size: 16px;
 font-weight: bold;
 font-family: times;
 color: #FF0000;
 }

.rood {
 text-decoration: none;
 font-size: 14px;
 font-weight: bold;
 font-family: arial, helvetica;
# color: #990000;
 color: #ffff66;
 }

.roodlink {
 text-decoration: underline;
 font-size: 14px;
 font-weight: bold;
 font-family: arial, helvetica;
# color: #990000;
 color: #ffff66;
 }

.blauw {
 text-decoration: none;
 font-size: 14px;
 font-weight: bold;
 font-family: arial, helvetica;
# color: #000066;
 color: #99ccff;
 }

.blauwlink {
 text-decoration: underline;
 font-size: 14px;
 font-weight: bold;
 font-family: arial, helvetica;
# color: #000066;
 color: #99ccff;
 }

.groen {
 text-decoration: none;
 font-size: 14px;
 font-weight: bold;
 font-family: arial, helvetica;
# color: #FF9900;
 color: #FFcc00;
 }

.groenlink {
 text-decoration: underline;
 font-size: 14px;
 font-weight: bold;
 font-family: arial, helvetica;
# color: #FF9900;
 color: #ffcc00;
 }