a img {border: none;}

a {
	color: #EE9C00;
	font-weight: bold;
	outline: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

.clear {clear: both;}

h1 {
	font-size: 22px;
	margin-bottom: 15px;
}

h2 {
	font-size: 20px;
	margin-bottom: 15px;
}

h3 {
	font-size: 18px;
	margin-bottom: 15px;
}

h4 {
	font-size: 16px;
	margin-bottom: 15px;
}

h5 {
	font-size: 14px;
	margin-bottom: 15px;
}

p {
	font-size: 11px;
	margin-bottom: 15px;
}

input {
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

hr {
	color: #EE9C00;
	border-style: solid;
	border-width: 1px;
}

/* Homepage */
#homeBoxTop {
	width: 251px;
	height: 157px;
	border-bottom: 1px solid #FFF;
	background-color: #EE9C00;
	font-size: 11px;
	color: #FFF;
}

#homeBoxBottom {
	width: 251px;
	height: 147px;
	background: #ECB831 url('http://www.ardennesoutlet.com/Media/contentimages/homepage/kerst.jpg') bottom no-repeat;
	font-size: 11px;
	color: #FFF;
}

#homeBoxTop p, #homeBoxBottom p {
	padding: 10px 20px;
	margin: 0px;
}

#homeBoxTop h1, #homeBoxBottom h1 {
	padding: 5px 20px 0px 20px;
	margin: 0px;
	font-size: 17px;
	font-weight: bold;
	color: #460B45;
}