/* 
Document   : style
Created on : 15 July 2006, 19:43
Author     : ivan
Description:
Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}

body {
    margin-top: 40px;
    margin-left: 5%;
    margin-right: 5%;
    font-family: arial, helvetica, sans-serif;
    font-size: small;
    color: #555555;
    
    background-image: url(../images/background.jpg);
    background-position: top center;
    background-repeat: no-repeat;
} 

img {
    margin: 30px;
}

div.quote {
    font-style: italic;
    font-weight: bold;
}

.title {
    font-weight: bolder; 
    color: #000000; 
    background-image: url(../images/top.gif);
    background-repeat: repeat-x;
    background-color: #dfdfdf;
    margin-bottom: 0px;
    height: 21px;
}

