a.purplegrey{
  color: #CC66CC;
  text-decoration: none;
  }
  a.purplegrey:hover{
  color: #666666;
  }

a.greypurple{
  color: #666666;
  text-decoration: none;
  }
  a.greypurple:hover{
  color: #CC66CC;
  }
a.greengrey{
  color: #99CC33;
  text-decoration: none;
  }
  a.greengrey:hover{
  color: #666666;
  }
a.greygreen{
  color: #666666;
  text-decoration: none;
  }
  a.greygreen:hover{
  color: #99CC33;
  }
a.bluegrey{
  color: #3399CC;
  text-decoration: none;
  }
  a.bluegrey:hover{
  color: #666666;
  }
a.greyblue{
  color: #666666;
  text-decoration: none;
  }
  a.greyblue:hover{
  color: #3399CC;
  }
a.orangegrey{
  color: #FF9933;
  text-decoration: none;
  }
  a.orangegrey:hover{
  color: #666666;
  }
a.greyorange{
  color: #666666;
  text-decoration: none;
  }
  a.greyorange:hover{
  color: #FF9933;
  }
a.homegrey{
  color: #000099;
  text-decoration: none;
  }
  a.homegrey:hover{
  color: #666666;
  }
a.greyhome{
  color: #666666;
  text-decoration: none;
  }
  a.greyhome:hover{
  color: #000099;
  }
a.whitegrey{
  color: #FFFFFF;
  text-decoration: none;
  }
  a.whitegrey:hover{
  color: #666666;
  }

