﻿a
{
    color: Blue;
}

.tourStepBody
{
    margin: auto;
    padding: 20px;
    border: 1px black solid;
    width: 500px;
    text-align: left;
}

.tourStepBody p
{
    line-height: 20px;
    font-size: 1.2em;
}

.tourStepBody ul
{
    font-weight: bold;
    font-size: 1em;
    list-style-type: disc;
    list-style-position: inside;
}

.tourStepBody li
{
    height: 30px;
    line-height: 30px;
}

.tourStepBody h2
{
    font-weight: bold;
    text-align: left;
    font-size: 1.8em;
    color: Blue;
}

.tourStepBody h3
{
    font-weight: bold;
    font-size: 1.2em;
    line-height: 24px;
}

.tourSignUp
{
    width: 200px;
    float: left;
    padding-left: 10px;
}

.tourNext
{
    line-height: 35px;
    font-size: 1.3em;
    float: right;
    padding-right: 10px;
}

