body {
margin: 0px;
padding: 0px;
font-family: Comic Sans MS;
font-size: 13px;
color: #6a3410;
text-align: left;
}


table {
font-family: Comic Sans MS;
font-size: 13px;
text-align: left;
color: #6a3410;
}

A:link {
	color: #0000ff;
	text-decoration: underline;

}

A:visited {
	color: #0000ff;
	text-decoration: underline;
}

A:active {
	color: #0000ff;
	text-decoration: underline;
}

A:hover {
	color: #ffcc00;
	text-decoration: underline;
}

TD {
	font-size: 13px;
	font-family : Comic Sans MS;
}

P {
	font-size: 13px;
	font-family : Comic Sans MS;	
	padding-left: 0px;
	color: #6a3410;
}

TD.smaller {
	font-size: 12px;
	font-family : Comic Sans MS;
	color : #6a3410;
}

P.smaller {
	font-size: 12px;
	font-family : Comic Sans MS;
	color : #6a3410;
}

HR {
	color : #6a3410;
}
h1 {
	font-family: Comic Sans MS;
	font-size: 16px;
	color: #6a3410;
}
strong {
	font-size: 13px;
	font-weight: bold;
	color: #6a3410;
	font-family: Comic Sans MS;
}

.prodnavigation {
	font-size: 13px;	
	color: #6a3410;
	font-family: Comic Sans MS;
}

.products{
	font-size: 13px;
	font-weight: normal;
	font-family: Comic Sans MS;
}

.ectlink {
	font-size: 13px;
	font-weight: bold;
	font-family: Comic Sans MS;
}

.pagenums  {
	font-size: 13px;
	font-family: Comic Sans MS;
}

.navlinks {
    font-size: 13px;
	font-family : Comic Sans MS;	
	padding-left: 3px;	
	color: #ffffff;
}

A.navlinks:link {
	color: #ffffff;
	text-decoration: underline;

}

A.navlinks:visited {
	color: #ffffff;
	text-decoration: underline;
}

A.navlinks:active {
	color: #0000ff;
	text-decoration: underline;
}

A.navlinks:hover {
	color: #ffcc00;
	text-decoration: underline;
}

.yellowlinks {
	color: #FFFF00;
	text-decoration: underline;
}

A.yellowlinks:link {
	color: #FFFF00;
	text-decoration: underline;
	font-weight: bold;

}