﻿body {
}
.header
{
    background-image: url(http://www.stepintothesunroom.com/images/header/header_background.gif);
    background-repeat: repeat-x;
}
.footer
{
    border-top: thin solid #0099CC;
    font-size: 12px;
    color: white;
    font-family: arial;
    background-image: url(http://www.stepintothesunroom.com/images/menu_background.gif);
    background-repeat: repeat-x;
    font-weight: bold;
}
.menu
{
    font-size: 15px;
    color: white;
    font-family: arial;
}
.menu a
{
    font-size: 15px;
    color: white;
    font-family: arial;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}
.menu a:hover
{
    font-size: 15px;
    color: yellow;
    font-family: arial;
    text-decoration: none;
    text-align: center;
}
.text
{
    font-size: 12px;
    color: black;
    font-family: arial;
    background-color: White;
    text-align: justify;
    margin-left: 15px;
}
.content
{
    font-size: 12px;
    color: black;
    font-family: arial;
   
 }
.body
{
    font-size: 12px;
    color: black;
    font-family: arial;
    background-color: White;
    border-left-style: solid;
    border-left-color: #0099CC;
    border-left-width: thin;
    border-right-style: solid;
    border-right-width: thin;
    border-right-color: #0099CC;
}
.coupon
{
    font-size: 12px;
    color: black;
    font-family: arial;
    background-color: White;
    border-left-style: dashed;
    border-left-color: #0099CC;
    border-left-width: thin;
    border-right-style: dashed;
    border-right-width: thin;
    border-right-color: #0099CC;
    border-bottom-style: dashed;
    border-bottom-width: thin;
    border-bottom-color: #0099CC;
    border-top-style: dashed;
    border-top-width: thin;
    border-top-color: #0099CC;
    margin-left: 25px;
}
.opensun
{
    border-right-style: solid;
    border-right-width: thin;
    border-right-color: #FF0000;
}
.homelogos
{
    border-top-style: solid;
    border-top-width: thin;
    border-top-color: #FF0000;
}
