body
{
       font-family: Verdana, Arial, Helvetica, sans-serif;
       height: 100%;
       margin: 0px;
       padding: 0px;
       background-color: #ccc;
       text-align: center;
}

p
{
        font-size: 14px;
        color: #000;
        text-align: center;
        line-height: 20px;
        margin: 0px;
        margin-bottom: 10px;
}

h1
{
        font-size: 20px;
        font-weight: normal;
        color: #000;
        line-height: 40px;
        text-align: center;
        letter-spacing: 1px;
        margin: 10px 0px;
}

h2
{
        font-size: 24px;
        line-height: 30px;
        color: #f2970a;
        font-weight: bold;
        text-align: center;
        margin: 0px;
}

a
{
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        color: #000;
        text-decoration: none;
        margin: 0px;
}
a:hover, a:active
{
        color: #f2970a;
}

a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
text-decoration: none;
color: #000;
cursor:default;}
