/* All in the Golden Afternoon Version 8.0 */

/* Class */
.heading	{ color: 000000; font-size: 15px; font-weight: bold}
.title		{ color: 000000; font-size: 13px; font-weight: bold; line-height: 16px }
.main		{ color: 000000; font-size: 13px; text-align: justify; line-height: 18px}
.small		{ color: 000000; font-size: 11px; line-height: 16px; letter-spacing: 1px}

/* Links */
A:link		{ text-decoration: none; color: 9900AA }
A:visited	{ text-decoration: none; color: 666666 }
A:hover 	{ text-decoration: none; color: AAAAAA }

/* Body */
BODY
		{
		text-decoration: none; font-family: verdana, arial, helvetica, sansserif;
		scrollbar-face-color: FFFFFF; scrollbar-shadow-color: 000000; 
		scrollbar-highlight-color: 000000; scrollbar-3dlight-color: 000000; 
		scrollbar-darkshadow-color: 000000; scrollbar-track-color: FFFFFF; 
		scrollbar-arrow-color: 000000;
		}

/* Headings */

H1, H2, H3, H4, H5, H6, H7
		{ text-decoration: none; font-family: verdana, arial, helvetica, sansserif; font-weight: normal; font-style: normal; color: B6160F }


