﻿body {
	background-color: #333333;
}
.catpics {
	position: relative;
	width: 240px;
	height: 175px;
	top: 0px;
	left: 0px;
}
.prodcatpic {
	position: absolute;
	width: 125px;
	height: 115px;
	top: 0px;
	left: 0px;
}
.featuredpic {
	position: absolute;
	width: 250px;
	height: 165px;
	top: 0px;
	left: 0px;
}
.undertext {
	font-family: Corbel;
	font-size: large;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #FF0000;
}
