@charset "utf-8";
/* CSS Document */
<link rel="stylesheet" type="text/css" href="CS.css">

<style type="text/css">

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 30px;
	color: #039;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #039;
}
h3 {
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
}
h4 {
	font-size: 14px;
}

h5 {
	font-size: 16px;

}
h6 {
	font-size: 10px;
}

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 1.4;
	text-align: left;
}
.cart {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
}

.CS1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #039;
	font-weight: bold;
}
.CS2 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #039;
	font-weight: bold;
}
.CS2white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
}

.CSred {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #F00;
	font-weight: normal;
}
.CSship {
	font-size: 13px;
	color: #F00;
}

.CSstrong {
	font-weight: bold;
	color: #039;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}


a:link {
	text-decoration: none;
}
.CSwhiteS {
	font-size: 13px;
	color: #FFF;
}

a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #C39;
}
a:active {
	text-decoration: none;
}

</style>
