body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../images/page_background.jpg);
	background-color: #0000FF;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	list-style-position: outside;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: decimal;
	list-style-position: outside;
}

.small {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.Blinking_text {
	font-size: 16px;
	font-weight: bolder;
	font-variant: small-caps;
	color: #FF0000;
	text-decoration: blink;
}

.Price {
	font-size: 36px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
}
.coupon_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.product_name {
	font-size: 18px;
	font-style: italic;
	font-weight: bolder;
	font-variant: normal;
	color: #0000FF;
}


.big_h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.big_h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.bodystyle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-transform: capitalize;
}

.box1 {
	padding: 1px;
	background-color: #FFFFCC;
	border: medium dashed #666666;
}

.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bolder;
	background-color: #FF0000;
}
.box3 {
	padding: 5px;
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bolder;
	background-color: #CCCCCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
p {
	text-transform: capitalize;
	text-align: justify;
	list-style-image: none;
}
a:link {
	color: #0000FF;
	text-decoration: none;
	font-weight: bolder;
	font-style: normal;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
.margin_around_pics {
	margin: 10px;
}
.bullets {
	list-style-image: url(images/bullet_5star.gif);
	list-style-position: inside;
}
