/* 
    Document   : research
    Created on : 22.04.2010, 17:56:00
    Author     : inikulin
    Description:
        Purpose of the stylesheet follows.
*/

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

div.report {
    float: left;
    width: 150px;
    text-align: center;
    margin-right: 10px;
}
div.report a {
    text-decoration: none;
}
div.report a span {
    text-decoration: underline;
}


