
body
{
	background: white;
	color: black;
}

a
{
	color: red;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

a img
{
	border: 0;
}

h1
{
	color: red;
	font-size: 22;
	font-weight: normal;
}

#nav
{

}

#nav a
{
	text-decoration: none;
}
#nav a:hover
{
	text-decoration: underline;
}

.footwarmer
{
	padding: 1em 0 0 0;
}

.listingTitle a
{
	color: black;
	font-weight: bold;
}

#nav
{
	background: #b00;
	color: white;
	font-weight: bold;
	border: 1px solid red;
	padding: 0.5em;
}
#nav a
{
	color: white;
}

#blurb
{
	padding: 1.5em 0 0 0;
}
#blurb h1, .footwarmer h1
{
	color: red;
	text-transform: all-caps;
	font-size: 16;
	font-weight: bold;
	
	border-bottom: 1px dotted black;
}

#product h1
{
	text-align: left;
	color: red;
	font-size: 22;
	font-weight: normal;
	
	border-bottom: 2px dotted black;
}

#buy
{
	float: right;
	border: 1px solid black;
	padding: 1em;
}

#description
{
	padding: 1em 0 0 0;
}

.sizingChartTable
{
	border: 2px solid black;
}
.tableHeading
{
	text-align: center;
	background: #b00;
	color: white;
	font-weight: bold;
	padding: 0.5em;
}
.tableRow td
{
	border-bottom: 1px solid black;
}
.tableRowTitle
{
	font-weight: bold;
}

