<style type="text/css">
<!--
/* This is the style sheet for the 2009 tercet challenge on The Ghazal Page material. It creates stylized headings and sets body color and text color, size, and style. */

ul { list-style-type: square; }
li { list-style-type: square; font-weight: 900; 
	font-family: sans-serif; }
	
A {text-decoration: none}

A:link {color: #0000ff; font-weight: 900;}

A:visited {color: #cc0000; font-weight: 900;}

A:hover {text-decoration: underline; }

.note { font-size: smaller; font-family: sans-serif; border: 2px dotted #663333; padding: 5px; }

H1 {color: #990000; font-weight: 900; font-family: sans-serif; text-align: center; }
H2 {color: #000099; font-weight: 900; font-family: sans-serif; }
H3 {color: #006600; font-weight: 900; font-family: sans-serif; }
H4 {color: #006600; font-weight: 900; font-family: sans-serif; }
H5 {color: #006600; font-weight: 900; font-family: sans-serif; }

body {color: #000000; font-family: sans-serif; font-size: 12pt; background-color: #e7e7e7; background-image: url(tercet_tile.png); }
-->
</style>
