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

root { 
    display: block;
}

/**********************************************
outer container
***********************************************/
#container {
  display: none;
}

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

.linklist a {
  color: #901581; 
}

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