/* 
    Document   : main
    Created on : 2010-06-22, 08:08:54
    Author     : Przemas
    Description:
        Purpose of the stylesheet follows.
*/

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

root 
{
    display: block;
}

A
{
    text-decoration: none;
}

A:hover 
{
    text-decoration: underline;
}

