﻿body 
{
    font-family: Arial;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

A 
{
    color: #999999;
}

.Lines 
{
    background-image: url('Images/spiral-lines.png');
    background-repeat: repeat-x;
    height: 99px;
    width: 100%;
    position: absolute;
    top: 200px;
    z-index: -1;
}

.Response 
{
    color: Green;
    font-weight: bold;
    padding-bottom: 3px;
}