BODY {
	color : Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-decoration : none;
}

a{
	/* basic a href tag */
	color : #0000cc;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
}
a:visited {
	/* basic a href tag visited */
	color : #000099;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
}
a:hover{ /* basic a href tag hover */
	color : #cc0000;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : underline;
}


/* Navigation Links */
.nav { 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : bold;
	text-decoration : none; 
	color: #0072bc;
}

.nav:visited { 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : bold;
	text-decoration : none; 
	color: #0072bc;
}

.nav:hover { 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : bold;
	text-decoration : none; 
	color: #ed1c24; 
}

.redlink { 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : bold;
	text-decoration : none; 
	color: #0072bc;
}

.redlink:visited { 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : bold;
	text-decoration : none; 
	color: #0072bc;
}

.redlink:hover { 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : bold;
	text-decoration : none; 
	color: #8cc63f; 
}

.greenlink { 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : bold;
	text-decoration : none; 
	color: #0072bc;
}

.greenlink:visited { 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : bold;
	text-decoration : none; 
	color: #0072bc;
}

.greenlink:hover { 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : bold;
	text-decoration : none; 
	color: #ed1c24; 
}

.whitelink { 
	font-family : Arial, Helvetica, sans-serif;  
	font-weight : bold;
	text-decoration : none; 
	color: #ffffff;
}

.whitelink:visited { 
	font-family : Arial, Helvetica, sans-serif; 
	font-weight : bold;
	text-decoration : none; 
	color: #ffffff;
}

.whitelink:hover { 
	font-family : Arial, Helvetica, sans-serif; 
	font-weight : bold;
	text-decoration : none; 
	color: #ffffff; 
}

.callink { 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 13px; 
	font-weight : bold;
	text-decoration : none; 
	color: #8cc63f;
}

.callink:visited { 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 13px; 
	font-weight : bold;
	text-decoration : none; 
	color: #8cc63f;
}

.callink:hover { 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 13px; 
	font-weight : bold;
	text-decoration : none; 
	color: #ed1c24; 
}

.cal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	text-align: right;
	vertical-align: top;
}

.whitecopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	vertical-align: top;
}

.bnav { 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	font-weight : bold;
	text-decoration : none; 
	color: #990000;
}

.bnav:visited { 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	font-weight : bold;
	text-decoration : none; 
	color: #990000;
}

.bnav:hover { 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	font-weight : bold;
	text-decoration : none; 
	color: #000066; 
}
/* Input Box Settings */


.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
}

.tinyblack{
	/* a href class for 10 pixel text - menus and such */
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 6px;
	text-decoration : none;
}

.smallblack{
	/* a href class for 11 pixel text - menus and such */
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	text-decoration : none;
}
.smallwhite{
	/* a href class for 11 pixel text - menus and such */
	color : #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	text-decoration : none;
}

/* style sheet from the store */
<style type="text/css">
/* Body Settings */
/* Table Settings */
td { 
	font-family : Arial, Verdana, Sans-Serif; 
	color : #000000; 
	font-size : 12px; 
}

/* Input Box Settings */
.input_box { 
	border: 1 solid #000000; 
	background-color: #ffccff; 
	color: #000000; 
	font-family: Arial, Verdana, Sans-Serif; 
	font-size: 12px; 
	line-height: 13px; 
	font-weight: normal; 
}
/* Submit Button Settings */
.submit_button { 
	font-size : xx-small; 
	font-family : Arial, Verdana, Sans-Serif; 
	background-color : #CCCCCC; 
	color : #000000; 
	font-weight : bold; 
	border-width : thin; 
}
.TopNav {
	background: #000000;
	color: #ffffff;
	font-weight : bold;
}
TD.TopNav {
	font-size: 12px;
	font-weight: bold;
	background: #000000;
	color: #ffffff;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}
.SideTable {
	background: #8cc63f;
	border-color: #ed1c24;
	border-style: solid;
	border-width: 1px;
}
TD.SideTableHeading {
	font-size: 12px;
	font-weight: bold;
	background: #0072bc;
	color: #ffffff;
}
.CenterTable {
	background: #ffffff;
	border-color: #ed1c24;
	border-style: solid;
	border-width: 1px;
}
.CenterTableItems {
	border-color: #ed1c24;
	border-style: solid;
	border-width: 1px;
}
.ErrorTable {
	background: #ffccff;
	border-color: #FF0000;
	border-style: solid;
	border-width: 1px;
}
.Required {
	color: #FF0000;
}
.HeadingFont {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
.OurPrice {
	background: #ffccff;
}
TD.ErrorMain {
	font-size: 10px;
	font-weight: bold;
}
TD.CenterTableHeading {
	font-size: 12px;
	font-weight: bold;
	background: #0072bc;
	color: #ffffff;
}
.CartContents {
	font-size: 11px;
	text-decoration : none;
}
.CartContents:hover { 
	font-size : 11px; 
	text-decoration : underline; 
}
.PagesAlign {
	text-align: justify;
	line-height: 20px;
}
.HR1 {
	padding: 0px; 
	margin-top: 8px; 
	margin-bottom: 8px; 
	height: 1px; 
	border-style: none; 
	border-color: #ed1c24; 
	color: #8cc63f; 
}
/* You will not need to change below */
.small, .small:hover { font-family: Arial, Verdana, Sans-Serif; color: #333333; font-size: 10px; }
.small:link, .small:visited { text-decoration: underline; color: #333333; }
</style>

