/*	SVM: design.css
 *    @author    Matej Keglevič <matej.keglevic@3fs.si>
 *    @version    1.0
-----------------------------------------------------*/

/*    =COMMON
-----------------------------------------------------*/
body {
    font-family: Arial, Georgia;
    color: #000;
    background: #5f8cb5 url('../images/svm_bg.png') 0 0 repeat-x;
}

strong, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

em {
    font-style: italic;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: none;
}

h1, h2, h3 {
    font-family: Georgia;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 14px;
}
