/* Style sheet for wylde art */
/* default body */
BODY 	{font: 10pt Arial, sans-serif;
    background-attachment: fixed; 
    background-image: url("images/background.jpg");
	 margin-top: 0;
	 margin-bottom: 0;
    }
p 	{font: 10pt Arial, sans-serif;margin-top: 0;margin-bottom: 0;}

/* default links  cross hairs */
A:link {COLOR: Blue}
A:visited {COLOR: Black}
A:hover {COLOR: Red; text-decoration: overline;}
/* default headlines */
H1	{font: 12pt Arial;font-weight: bold;margin-top: 2;margin-bottom: 2;}
H2	{font: 12pt Arial;margin-top: 0;margin-bottom: 0;}
H3	{font: 10pt Arial;font-weight: bold;margin-top: 0;margin-bottom: 0;}
H4	{font: 10pt Arial;margin-top: 0;margin-bottom: 0;}

/* default classes */
.stretch	{letter-spacing: 0.25em}
.indent {text-indent: 15}