body {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   x-small;
  line-height: 1.2;
	color: #000;
	background-color: #fff; 
	margin: 0;
	padding: 0;
}

/* start existing styles */
/*h2 {display:inline;}*/
.altlink { font-family: Arial, Helvetica, sans-serif;} 
.inset{border:thin inset} 
.outset{border:thin outset}  
.rjust{text-align:right} 
.bodyfont { font-family: Arial, Helvetica, sans-serif;}
/* end existing styles */

/* start anchor styles */
a:link, a:visited {
	color: #490649;
}
a:hover {
	background-color: #99c; 
	color: #490649;
}
a:active {
	background-color: #490649; 
	color: #fff;
}
/* end anchor styles */

/* ********************* */
/* start template styles */

td {
	vertical-align: top;
}

/* header */
#header {
	color: #fff;
	background-color: #995699;
	padding: 0.5em;
	font-size: x-small;
}

#header h1 {
  font-family: arial, helvetica, sans-serif;
	font-size: x-large;
	margin: 0;
	padding: 0;
}

/* menu */
#menu {
	background-color: #99c;
	width: 160px;
	font-size: x-small;
	padding: 1em 0;
}

#menu h2 {
  font-family: arial, helvetica, sans-serif;
	color: #000;
	background-color: #ccf;
	font-size: small;
	text-align: center;
}

#menu ul {
	padding: 0 0 0 1em;
	margin: 0;
  list-style: none;
	font-size: smaller;
}

#menu ul li {
	line-height: 1.5;
	border-bottom: solid 1px #490649;
}

#menu ul li a:link, #menu ul li a:visited {
	display: block;
	text-decoration : none; 
	font-weight : bold; 
	color: #490649;
}

#menu ul li a:hover {
	color: red; 
	font-weight: bold; 
	background-color: #fff; 
	color: #490649;
}

#menu ul li a:active {
	color: red; 
	font-weight: bold; 
	background-color: #490649; 
	color: #fff;
}

/* content */
#content {
	padding: 1em;
/*	width: 600px;*/
}

#content td {
	font-size: small;
}

#content .highlight {
	border: 2px solid #fff; 
	text-align: center; 
	font-weight: bold; 
	background-color: #99c; 
	color: #fff; 
	padding: 3px;
}

#content h2 {
  font-family: arial, helvetica, sans-serif;
	color: #995699;
	font-style: italic;
	text-align: center;
}

#content h3 {
  font-family: arial, helvetica, sans-serif;
	color: #995699;
	text-align: center;
}

#content a.view_cart {
	font-weight: bold;
	border: solid 2px #490649;
	padding: 0.5em;
	font-size: x-small;
}

#content .price {
	color: #f00;
}

#content .testimonial {
	color: #00f;
}

#content #added_to_cart_message {
	text-align: center;
	background-color: #995699;
	color: #fff;
	padding: 0.5em;
}

/* end template styles */
/* ********************* */
