/* 
    Document   : css.css
    Created on : 4/Nov/2009, 12:03:50
    Author     : admin
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}

.myLink{
    color:navy;
    text-decoration: none;
}

.myLinkOver{
    color:navy;
    text-decoration: underline;
}
