
body {
  color: #000;
  background-color: white;
}

#sortmenu {
  color: #6CC117;
}

#sortheader {
  color: #6CC117;
}

#header {
  background-color: #FF8C00;
}

#content {
  background-color: #fff;
}

span.category {
  color: #6CC117;
}

span.subcategory {
  color: brown;
}

span.msc {
  color: red;
}

#footerdiv {
  color: #6CC117;
}

span.sub {
  color: gray;
}

span.aboutheader {
  color: red;
}

a:link, a:visited, a:active {
  color: black;
}

a:hover {
  color: red;
}

a.unp:link, a.unp:visited, a.unp:active {
	color: gray;
}

a.unp:hover {
  color: red;
}

a.msc:link, a.msc:visited, a.msc:active {
	color: red;
}

a.msc:hover {
  color: red;
}

a.sorttype:link, a.sorttype:visited, a.sorttype:active {
  color: #6CC117;
}

a.sorttype:hover {
  color: red;
}

a.nav:link, a.nav:visited, a.nav:active {
  color: #6CC117;
}

a.nav:hover {
  color: red;
}

a.sort:link, a.nav:visited, a.nav:active {
  color: #6CC117;
}

a.sort:hover {
  color: red;
}


