﻿@import url("layout.css");

/***** GENERAL STYLES *************************************************************************************/

* {
    padding: 0;
    margin: 0;
}

a img {
    border: none;
}

.clear {
    clear: both;
}

body {
    font-family: 'Trebuchet MS', Sans-Serif;
    font-size: 0.8em;
    overflow: auto;
    line-height: normal;
    background-color: #F5F5F5;
    color: #808080;
}

h2 {
    margin-bottom: 15px;
    clear: both;
}

h4 {
    margin-bottom: 15px;
    clear: both;
    font-size: 18px;
    color: #596c7c;
    font-weight: 500;
}
