﻿
/*

HEALTH HUT STYLE SHEET

Colors:

GREEN 0 0 9F62 original
GREEN new 04A004
PURPLISH BLUE 353A90

GOLD F1AF00
LIGHT BEIGE FFFFCC

BROWN: a0522d

*/
*
{
    margin: 0px;
    padding: 0px;
}

body
{
    background-color: White;
    font-family: Verdana;
    font-size: 10pt;
    color: #29293D;
}

h1
{
    color: #04a004;
    font-size: 12pt;
    font-weight: bold;
    font-style: italic;
}
h2
{
    color: #04a004;
    font-size: 10pt;
    font-weight: bold;
    font-style: italic;
}

strong
{
    font-weight: bold;
    color: #003399;
}

em
{
    font-weight: bold;
    font-style:normal;
 
}
a:link
{
    color: #04a004;
}
a:visited
{
    color: #04a004;
}
a:active
{
    color: #04a004;
}
a:hover
{
    color: #a0522d;
}

#divContent1
{
    /*outline: green dashed 1px;*/
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 797px;
    min-height: 715px;
    top: 0px;
    left: 0px;
    height: 1051px;
}

#divContent1Inner
{
    padding: 7px;

}


.captionimage
{
    text-align: center;
    color: #14141F; /*almost black*/
    font-weight: normal;
    font-size: 9pt;
}

.captionimage img
{
    margin-bottom: 3px;
    border: solid 1px #CC6600;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}
.captionimage p
{
    padding-left: 3px;
    padding-right: 3px;
}





