/* nccdf.css */

/* Style sheet for NCCDF */

@import url("../css/default.css");

body {
  background: #99cc99;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	background: inherit;
  color: #551a8b;
}
a:link {
	background: inherit;
  color: #0000ff;
}

