﻿/* General settings for the layout of the website. */

body, textarea
{
    font-family: Segoe UI, Verdana;
}

p a,
p a:link
{
    color: #121F59;
    text-decoration: none;
}

p a:visited
{
    color: #121F59;
    text-decoration: none;
}

p a:hover
{
    color: #121F59;
    text-decoration: none;
}

p a:active
{
    color: #121F59;
    text-decoration: none;
}

h1 {
    color: #1f0a63; /*Highlight #F19300*/
    font-style: italic;
    font-weight: bold;
    font-size: 1.8em;
    margin-bottom: 10px;
}

h2 {
    color: #1f0a63; /*Highlight #F19300*/
    font-style: italic;
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 10px;
}

h3 {
    color: #1f0a63; /*Highlight #F19300*/
    font-style: italic;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.Clear
{
    clear: both;
}

.BorderedImage
{
    padding: 5px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
}