/* The 3 Global Styles - All text on the page will be formatted as indicated in the three global selector styles unless otherwise formatted using custom class styles. */

body {
font-family: arial, helvetica, sans-serif; 
font-size: 14px; color: silver;
}

td {
font-family: arial, helvetica, sans-serif; 
font-size: 14px; color: silver;
}

th {
font-family: arial, helvetica, sans-serif; 
font-size: 14px; color: silver;
}

p {
font-family: arial, helvetica, sans-serif; 
font-size: 14px; color: silver;
text-indent: 1.5em;
}

p.artist {
font-family: arial, helvetica, sans-serif; 
font-size: 12px; color: silver;
text-indent: 1.5em;
}

/* Global hyperlink style - all text hyperlinks will be formatted using this style. Please note that the a: at the beginning of each link style is the anchor selector. It does NOT refer to a font style like arial. */

a:link {
font-family: arial, helvetica, sans-serif; 
font-size: 14px; 
color: aqua; 
text-decoration: none;
}

a:hover {
font-family: arial, helvetica, sans-serif;
font-size: 14px;
color: white;
text-decoration: none;
}

a:visited {
font-family: arial, helvetica, sans-serif; 
font-size: 14px; 
color: fuchsia; 
text-decoration: none;
}

.head {
	font-family: "Copperplate Gothic Light";
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}

a.smlink:link {
font-family: arial, helvetica, sans-serif; 
font-size: 12px; 
color: aqua; 
text-decoration: none;
}