
body {
	margin:	5px;
	font-family: arial, geneva, verdana, sans-serif;
	font-size: 13px;
	background-color: #FFFDF4;
	color: black;
}

hi {
	color: #667C0B;
}


div {
	display: block;
	margin: 0;
	padding: 0;
}

/* links */
a:link, a:visited {
	font-weight : normal; 
	
	color: #CC6600;
	background: transparent; 
	}

a:hover {
	font-weight : normal; 
	text-decoration : underline;
	color: #CC6600;
	background: transparent; 
	}

a:active {
	font-weight : normal; 
	
	color: #CC6600;
	background: transparent;  
	}


a strong {
font-weight: bold;
}


img {
	border: 0;
	margin: 0;
	padding: 0;
}

img.thumbnail {
	width: 80px; height: 107px;
	padding: 0;
	margin: 0;
	border: 1px solid #E9E9E9;
}

img.productimage {
	width: 300px;
	height: 400px;
	border: 1px solid #E9E9E9;
	margin 0 2em 2ex 0;
}

form {
	margin: 0;
	padding: 0;
}

.rec {
	display: box;
}

td {
	text-align: left;
	vertical-align: top;
		font-size: 13px;
}
p {
		font-size: 13px;
}

input.text {
	border: 1px solid #999999;
	background-color: white;
	height: 2.5ex;
}
select.text {
	border: 1px solid Black;
	background-color: ##FFFDF4;
	height: 2.5ex;
}

h1 {
	color: #214C21;
	font-weight: normal;
	font-family: georgia, times, serif;
	font-size: 150%;
}
	
b {
color: #667C0B;
letter-spacing: 0.1em;
text-transform: uppercase;
font-weight: bold;
font-size: 12px;
font-family: arial, helvetica, sans-serif;
}
