/* CSS Document */

/* Link Colors */

a:link
{
color: #CCFFCC;
}

a:visited
{
color: #FFFFCC;
}

a:active
{
color: #99FFCC;
}

/* Title of each page */
.header
{
text-align: center;
color: #FFFFFF;
font-weight: bold;
font-size: 18px;
font-family: Arial, Helvetica, sans-serif;
}

/* body of each page */
.content
{
text-align: left;
color: #FFFFFF;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
}
/*form text*/
.form
{
text-align: left;
color: #FFFFFF;
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}


/* Bottom Copyright info of each page */
.copyright
{
text-align: center;
color: #FFFFFF;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
}

/* Text located above pictures or other useful spots */
.text
{
text-align: center;
color: #FFFFFF;
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
.pics
{
text-align: center;
color: #FFFFFF;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
}

/* Ad to Cart Text */

.cart
{
{
text-align: left;
color: #FFFFFF;
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}