/* 
    Document   : index
    Created on : 18-Dec-2009, 10:00:00
    Author     : Daniel Murphy
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

.navcurrent a {
  background-color: #dd1581;
}

.linklist a {
  color: #dd1581;
}

.linklist a:hover {
  background-color: #dd1581;
}
