.body {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #06F;
	margin:auto;
	
}
.description{
	width:700px;
	margin: 0 auto;
	font-family: "Arial Rounded MT Bold";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;}

.linkbar{
	font-family: "Arial Rounded MT Bold";
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-align:center;
	height:30px;
	width:100%;
	margin: 10px;
}
.productImage{
	vertical-align:top;}
	
.head_image{
	text-align:center;
	width:100%;
	margin: 10px;
	}
.mainbody{
	font-family: "Arial Rounded MT Bold";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #383838;
	text-align:left;
	}
.headText{
	font-family: "Arial Rounded MT Bold";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #09F;
	text-align:center;
	vertical-align:top;
	}
.footer{
	position:absolute;
	width:100%;
	bottom:auto;
	height:150px;
	background-color:#666666;
	font-size:12px;
	text-align:center;
	left:0px;
	font-family: "Arial Rounded MT Bold";
	color: #FFF;
}
.body_base{
	background-color:#666666;
	bottom:0px;
	width:auto;
	background-color:#666666;
	left:0px;
	height:150px;
	text-align:center;
	font-family: "Arial Rounded MT Bold";
	color: #FFF;
	font-size:12px;
		}
	/*Links*/
	a:link {
	color: #09F;
	text-decoration: none;
}
a {
	font-family: "Arial Rounded MT Bold";
	font-size: 14px;
}
a:visited {
	text-decoration: none;
	color: #09F;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #000;
}

