PRE		{font: 10pt Courier New, serif}

BODY		{font: 12pt Times New Roman, serif;
			 color: black;
			 background-color: white;
			 background-image: url(background.jpg)}

LI		{font: 12pt Times New Roman, serif;
			 color: black}

MARQUEE		{font: bold 18pt Comic Sans MS, Arial, sans-serif;
			 color: red}

/* disc | circle | square | decimal | lower-roman | upper-roman | lower-alpha | upper-alpha | none */
UL		{font: 12pt Times New Roman, serif;
			 list-style-type: none;
			 color: black}

TD		{font: 12pt Times New Roman, serif}

H1		{font: bold 20pt Times New Roman, serif;
			 color: navy;
			 text-align: center}

H2		{font: bold 16pt Arial, sans-serif;
			 color: black;
			 text-decoration: underline}

H3		{font: bold 14pt Times New Roman, serif}

.red		{font: 14pt Times New Roman, serif;
			 color: red;
			 text-align: center}

A:link		{color: blue;
			 text-decoration: underline}

A:active	{color: blue;
			 text-decoration: underline}

A:visited	{color: blue;
			 text-decoration: underline}

A.biglink:link		{color: blue; font: 18pt Times New Roman, serif;
			 text-decoration: underline}

A.biglink:active	{color: blue; font: 18pt Times New Roman, serif;
			 text-decoration: underline}

A.biglink:visited	{color: blue; font: 18pt Times New Roman, serif;
			 text-decoration: underline}

A.red:link	{color: red;
			 text-decoration: underline}

A.red:active	{color: red;
			 text-decoration: underline}

A.red:visited	{color: red;
			 text-decoration: underline}

.title		{font: bold 12pt Arial, sans-serif}

