/* 
    Document   : index2
    Created on : 14/09/2009, 18:14:45
    Author     : eduardo
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}

body{

    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    background-color: #ccccff;
}

a{

    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #0066cc;
}

a:hover{
    
    color: #009999;
}

