
/* 1st css revision by carst van der molen october 2002 */

body			{ margin: 0; padding: 0; color: #000000; background-color: #F1D02E; }
body.home		{ background-color: #F5C71E; }

a				{ text-decoration: none; }
a:link			{ color: #E14212; background-color: transparent; }
a:visited		{ color: #E14212; background-color: transparent; }
a:active		{ color: #FFFFFF; background-color: transparent; }
a:hover			{ color: #FFFFFF; background-color: transparent; text-decoration:	underline; }

h1 				{ color: #E14212; font-size: 24px; line-height: 140%; font-family: Arial, sans-serif; }
h2				{ color: #333333; font-size: 16px; line-height: 140%; font-family: Arial, sans-serif; }

p				{ font-family: Arial, sans-serif; font-size: 13px; line-height: 19px; }
p.white			{ color: #FFFFFF; font-size: 12px; line-height: 15px; }
p.note			{ font-size: 12px; }
p.credits		{ color: #FFFFFF; font-size: 11px; }
p.artists		{ color: #333333; font-size: 11px; }
p.press			{ font-size: 11px; }

b.normal		{ color: #000000; font-size: 13px; }

i.normal		{ color: #FFFFFF; font-size: 13px; font-weight: normal; }

.white			{ color: #FFFFFF; }

a.white:link	{ color: #FFFFFF; background-color: transparent; }
a.white:visited	{ color: #FFFFFF; background-color: transparent; }
