A
{
    text-decoration: none;
    font-family: Verdana, Arial, Tahoma; 
    font-size: 10px;
}
A:link{color: #000000;}
A:visited{color: #000000;}
A:hover{color: #000000; text-decoration: underline}

A.red { color: #FF0000; }
A.red:visited { color: #FF0000; }
A.red:hover { text-decoration: underline; color: #FF0000;}


/* style voor de titel op de infopagina v/h blad */ 
.bladtitel_info { 
  font-family: Verdana, Arial, Tahoma; 
  text-decoration: none; 
  font-size: 10px; 
  color: black;     
} 

/* style voor de titel op de overige pagina's */ 
.bladtitel { 
    font-family: Verdana, Arial, Tahoma; 
    font-size: 10px; 
    text-decoration: none; 
    color: black;
} 

/* style voor de aanbiedingen op de infopagina v/h blad */ 
.aanbieding { 
    font-family: Verdana, Arial, Tahoma; 
    font-size: 10px; 
    background-color: #FFFFFF; 
    color: black;     
    border-color: #82ACFF; 
    border-width: 1px; 
    /* border-style: dashed; */
} 

/* style voor de tabellen */ 
.tabel { 
    font-family: Verdana, Arial, Tahoma; 
    font-size: 10px;
    width: 510px; 
    /* background-color: #DDEEFF; */
    border-color: #82ACFF; 
    border-width: 1px; 
    /* border-style: dashed; */
    color: black;
} 

.tabel A
{
    font-size: 10px;
}
.tabel A:Hover {}
.tabel A:Active {}
.tabel A:Visited {} 

/* style voor de oneliner */ 
.oneliner { 
    font-family: Verdana, Arial, Tahoma; 
    font-size: 10px; 
    font-weight: bold; 
    color: #031E6B;     
} 

/* style voor de omschrijving */ 
.omschrijving { 
    font-family: Verdana, Arial, Tahoma; 
    font-size: 10px;
    color: black;     
}

/* knopje bestel */
.bestel {
    font-family: Verdana, Arial, Tahoma; 
    font-size: 10px;
    color: black;     
}

/* voor form-element input = button */
.button {
    font-family: Verdana, Arial, Tahoma; 
    font-size: 10px;
    color: black;     
}

/* voor form-element input = text */
.inputfield {
    font-family: Verdana, Arial, Tahoma; 
    font-size: 10px;
    color: black;     
}

/* voor form-element select dropdownbox  */
.dropdownbox {
    font-family: Verdana, Arial, Tahoma; 
    font-size: 10px;
    color: black;     
}


table
{
    font-family: Verdana, Arial, Tahoma;
    font-size: 10px;
}

body
{
    font-family: Verdana, Arial, Tahoma;
    font-size: 10px;
}

  
td {
    font-size: 10px;
    color: #000000;
}
