﻿body
{
    font-family: "Trebuchet MS";
    font-size: 14px;
    color: #000000;
}
h1
{
    margin: 0px;
    font-size: 40px;
}
h2
{
    font-size: 20px;
    color: #ce1f50;
    margin: 0px;
}
a
{
    color: #ce1f50;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
img
{
    border: 0px;
}

hr
{
    border: 0px;
    border-top: 1px solid #ce1f50;
}

.bottomBorder
{
    border-bottom: 1px solid #ce1f50;
}

.grey
{
    color: #777777;
}

div.h1Space
{
    height: 18px;
}
input.h1
{
    float: left;
    font-size: 25px;
    padding: 5px;
    color: #ce1f50;
    border: 1px solid;
    background: none;
    width: 600px;
    margin-right: 5px;
    background: #ffffff;
}

div.element
{
    background-color: #f8dee5;
    border: 1px solid #dc6083;
    color: #ce1f50;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}
.clear
{
    clear: both;
}

input.text
{
    border: 1px solid #e5e5e5;
    background: #fbfbfb;
    color: #555555;
    padding: 5px;
    font-size: 16px;
}