/* 
    Document   : style
    Created on : Jun 13, 2010, 1:29:32 AM
    Author     : Daniel Tinivella
    Company    : TINIXTECH
    Description: Style for CSS
        Purpose of the stylesheet follows.
*/

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

body { background: #e7e7e7; font-family: Verdana, sans-seriff; font-size: 11pt; }
#page { background: #ffffff; margin: 60px; border: 2px solid #c0c0c0; padding: 10px; }
#header { background: #c31e22; border: 1px solid #7590ae; text-align: center; padding: 10px; color: #ffffff; }
#header h2 { color: #ffffff; }
#body { padding: 20px; }
span.tt { font-family: monospace; }
span.bold { font-weight: bold; }
a:link { text-decoration: none; font-weight: bold; color: #c31e22; background: #ffc; }
a:visited { text-decoration: none; font-weight: bold; color: #999; background: #ffc; }
a:active { text-decoration: none; font-weight: bold; color: #F00; background: #ccc; }
a:hover { text-decoration: none; color: #c31e22; background: #ccc; }





