﻿body {
    /*background-color: #fff;*/
    border-top: solid 10px #78BBE6;
    color: #000;
    font-size: .85em;
    font-family: "PT Sans", "Segoe UI", Verdana, Helvetica, Sans-Serif;

    background-color: #ccc;
    background-image: -ms-linear-gradient(bottom, #ccc 0%, #fff 100%);
    background-image: -o-linear-gradient(bottom, #ccc 0%, #fff 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0, #ccc), color-stop(1, #fff));
    background-image: -webkit-linear-gradient(bottom, #ccc 0%, #fff 100%);
    background-image: linear-gradient(bottom, #ccc 0%, #fff 100%);
}
