/*
**
**  Voorbeeld stylesheet voor de BICAT webcat
**
**  $Id: mystyle_vestkeuze.css,v 1.1 2005/04/24 19:29:13 pgl Exp $
**
*/

@import "mystyle_common.css" ;

/* VESTKEUZE */

H3.pageheader {
}

TABLE.vestkeuze {
}
TR.vestkeuze {
}
TD.vestkeuzepijl {
  width:20pt;
  text-align:right;
  color:darkgreen;
/*  text-decoration:blink; */
}
TD.vestkeuzevest {
}
A.vestkeuzevest {
}
A.vestkeuzevest:hover {
  color:darkgreen;
}
TD.vestkeuzevest_selected {
}
A.vestkeuzevest_selected {
  color:darkgreen;
  text-transform:uppercase;
}
A.vestkeuzevest_selected {
}


