/* 
    Document   : HeaderLinks
    Created on : Dec 23, 2009, 2:36:33 PM
    Author     : Ryan
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#HeaderLinks {
    display:block;
    font-size:10pt;
}

#HeaderLinks a {
    color:#0000FF;
}

