﻿/* CSS Sheet - Southgate Medallion Family Day Homes */

body /* general to each page */
{   background-color: #ffffff;
    background-image: none;
    margin: 0px;

    font-size: medium;
    font-family: Arial, Tahoma, Sans-Serif;
    color: #000000;

    text-indent: 0pt;
    text-align: left;
    direction: ltr;

    list-style-position: outside;
    list-style-image: url(images/p_bullet.jpg);
}

/* link presentation */

A:link /* normal link */
{   background: transparent;
    color: #025555;
    text-decoration: underline;
}

A:visited /* visited link */
{   background: transparent;
    color: #028482;
    text-decoration: underline;
}

A:hover /* hover link */
{   background: transparent;
    color: #000000;
    text-decoration: underline;
}

/* text presentation */

h1 /* breadcrumb, footer, copyright & web design statements */
{   font-size: x-small;
    color: #000000;
    text-align: left;
    font: Tahoma, Sans-Serif;
}

h2 /* page titles */
{   font-size: x-large;
    font-family: Lucida Handwriting, sans-serif;
    color: #b76eb8;
    text-align: center;
}

h3 /* section headings */
{   font-size: medium;
    font-weight: bold;
    font-family: Tahoma, Sans-Serif;
    color: #b76eb8;
    text-align: left;
}

h4 /* Right Hand text over dark background */
{   font-size: small;
    color: #ffffff;
    text-decoration: none;
}

h5 /* - */
{   font-size: x-small;
    color: #000000;
}

p  /* general text - left */
{   font-size: small;
    font-family: Tahoma, Sans-Serif;
    color: #000000;
    text-align:left;
}

ul li /* unordered list line item */
{   font-size: small;
    color: #000000;
    text-align:justify;
}

table /* general text */
{   font-size: small;
    color: #000000;
    text-align: left;
}