﻿/* General settings for the layout of the website. */

body, textarea
{
    font-family: Segoe UI, Arial;
}

a
{
    border: 0px;
}

p a:link
{
    color: #96b829;
    text-decoration: none;
}

p a:visited
{
    color: #96b829;
}

p a:hover
{
    color: #96b829;
    text-decoration: underline;
}

p a:active
{
    color: #96b829;
}

h1
{
    font-size: 1.8em;
    margin-bottom: 10px;
}

h2
{
    font-size: 1.4em;
    margin-bottom: 10px;
}

h3
{
    font-size: 1.2em;
    margin-bottom: 10px;
}

.Clear
{
    clear: both;
}

.BorderedImage
{
    border: 1px solid #CCCCCC;
}