/*
    Document   : STcss.css
    Created on : Nov 23, 2009, 11:17:44 PM
    Author     : Young Technology Group:  Barney Young, Jr.
    Description:
        Lenox Cupcakes StyleSheet
*/

body
    {
        background-image: url(../images/stripe_bkgd.gif);
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }


.style1
    {
        font-family: Arial, Helvetica, sans-serif;
        font-size: smaller;
        color: #663300;
    }

.style2
    {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #4A2500;
    }

.style3
    {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #CA6131;
    }

.style4
    {
        font-family: Arial, Helvetica, sans-serif;
        color: #4A2500;
        font-size: 9px;
    }

.style5
    {

        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #663300;
        font-size: 18px;
    }

.style6
    {
	color: #663333;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    }

.style7
    {
	color: #663333;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 18px;
    }

a:active
    {
        color: #4A2500;
    }

a:link
    {
        color: #F5989E;
    }
    
a:visited
    {
        color: #4A2500;
    }

a:hover
    {
        color: #4A2500;
    }

.BG1
    {
        font-family: Arial, Helvetica, sans-serif;
        font-size: smaller;
        color: #663300;
        text-align: right;
    }
    



    