/**
 * CSS design for GUGVe
 *
 * The base core design
 *
 * Copyright (C) 2006 Miguel Vazquez Gocobachi
 *
 * @author   Miguel Vazquez Gocobachi <demrit@gnu.org>
 * @copyleft 2006 GNU project
 * @license  http://www.gnu.org/licenses/gpl.txt
 */
html body {
    background-color: #fff;
    color: #555;
    font-size: 80%;
}

a {
    background-color: #fff;
    color: #2598be;
    text-decoration: none;
}

a:hover {
    background-color: #fff;
    color: #3fa8cb;
}

h1, h2, h3 {
    color: #2598be;
    font-weight: bold;
}

h3 {
    background: #fff url('../graphics/base/h3.png') left no-repeat;
    font-size: 92%;
    padding-left: 10px;
}

pre {
    width: 100%;
    overflow: auto;
}

img {
    border: 0;
}