/* 
    Document   : style.
    Created on : 2010-05-07, 10:50:10
    Author     : Johnny
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
body div {
    width: 830px;
    font-family: tahoma;
    font-size: 11px;
}
div p {
    width:60%;
}
.logo {
    border: 0px;
    vertical-align: middle;
}
h1 {
    display:inline-block;   
    color: #d94c29;
    font-size: 16px;
    margin-left: 20px;
}
h2 {
    color: #000;
    font-size: 12px;
    margin-top:30px;
    border-bottom: 1px solid #000;
}
a {
    font-weight: bold;
    text-decoration: none;
    color: #000;
}
a:hover {
    font-weight: bold;
    color: #d94c29;
}

