/**
 * TYPOGRAPHY
 * @TYPE      GLOBAL
 * @CREATOR   D.SPURR
 * @DATE      25-12-04
 */
 
/* GENRIC STYLING
**********************************/
* html { font-size: 99%; } /* so font-size doesn't get silly in IE */

body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.6em; }

/* (5) setup correct font-sizes to tables in stupid IE 5.x PC */
* html tr,
* html th,
* html td { 
	font-size: 0.8em; 
	fo\nt-size: 1em; 
}

thead th { text-align: left; }

input,
select,
textarea,
option { font-size: 1em; font-family: Verdana, Arial, Helvetica, sans-serif; }

a:link,
a:active,
a:visited { text-decoration: underline; } 

html a:hover { text-decoration: none; } /* specifity increased to cover IE problems */
 
.boxStyle h3 { font-size: 1.6em; }

.boxStyle h4, 
.boxStyle h5,
.boxStyle h6 { font-size: 1em; }

#innerContentWrap .buyNow { text-transform: uppercase; text-decoration: none; font-weight: bold; }

.artistName .swap { font-size: 0.75em; }