.body {
	background-image: url(../Images/CaptainsChoice_09.jpg);
	width: 800px;
	height: 450px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
h1 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.list {
	list-style-type: none;
	display: inline;
	font-size: 18px;
	padding-right: 50px;
}

.background {
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
}

.content {
	margin-right: 60px;
	margin-left: 60px;
	margin-top: 95px;
	font-weight: bold;
}
.contentRetailers {
	margin-left: 160px;
	font-weight: bold;
	text-align: justify;
	margin-top: 30px;
	margin-right: 65px;
}

a:link {
	text-decoration: none;
	color:#000000;
}
.scroll {
	background-image: url(../Images/scroll_09.jpg);
	background-repeat: no-repeat;
	height: 450px;
	width: 800px;
}
.productsText {
	padding: 10px;
	color: #FFFFFF;
}
.homepage {
	padding-right: 10px;
	padding-left: 10px;
	width: 250px;
	height: 550px;
	padding-top: 60px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}



a:active {
	text-decoration: none;
	color:#000000;
}
a:visited {
	text-decoration: none;
	color:#000000;
}
a:hover {
	text-decoration: underline;
	color:#FFFFFF;
}
