/* $Id: basic.css,v 1.4 2005/09/14 14:51:18 jan Exp $
 * Basis style sheet voor de ganse RAAC website
 */

body {
  font : arial, verdana, helvetica;
}
  
p {
  font-size:small;
}

ul {
  font-size:small;
}
dt { 
  margin-top:1em;
  font-size:small; 
  font-weight:bold;
  
}
dl {
  font-size:small;
}
a:link {
  color:blue;
  font-weight:normal;
}
a:vlink {
  color:purple;
}
a:alink {
  color:#ff9900;
}

.subnav {
  text-decoration:none;
  font-size:small;
  font-weight:bold;
}

.note {
    font-size:small;
}

