	p {
		color : #000000;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 12px;
	}

	td {
		color : #000000;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 12px;
	}

	a:link, a:visited {
		color: #0000FF;
		text-decoration : underline;
	}

	a:hover {
		color: #a52a2a;
		text-decoration : underline;
	}
	
	a:link.linkbar, a:visited.linkbar {
		color: #FFFFFF;
		text-decoration : underline;
	}

	a:hover.linkbar {
		color: #ffff00;
		text-decoration : underline;
	}
	
	catalog {
	 color : #000000;
	 font-weight : bold;
	 font-size : 14px;
	}
	
	a:link.catalog, a:visited.catalog {
		color: #0000FF;
		text-decoration : underline;
		font-size : 16px;
	}

	a:hover.catalog {
		color: #a52a2a;
		text-decoration : underline;
	}
	
	td.catalog, tr.catalog {
	 color : #000000;
	 font-weight : bold;
	 font-size : 14px;
	 background-color : #f0f8ff;
	}
	
	td.catalog_over, tr.catalog_over {
	 color : #000000;
	 font-weight : bold;
	 font-size : 14px;
	 background-color : #fff8dc;
	}
	
	td.booklisting, tr.booklisting {
	 color : #000000;
	 font-weight : bold;
	 font-size : 14px;
	 background-color : #dcdcdc;
	}	
	
	td.booklisting_over, tr.booklisting_over {
	 color : #000000;
	 font-weight : bold;
	 font-size : 14px;
	 background-color : #fff8dc;
	}
	
	.bookheading {
	 font-size : 16px;
	 font-weight : bold;
	}
	
	.price {
	 font-size : 14px;
	 font-weight : bold;
	}
	
	.smallertext {
	 font-size : 11px;		
	}
	
	.ordernumber {
		font-size : 11px;
	}
	
	a:link.more_details {
	 color : #000000;
	}