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

root { 
    display: block;
}

/**********************************************
outer container
***********************************************/

#text {
  position: absolute;
  left: 50px;
  right: 30px;
  top: 50px;
  text-align: left;
}

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

.linklist a {
  color: #ff9015;
}

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


