body { 
	font: 10pt georgia; 
	color: #000000; 
 line-height: 20px; 
 background: url("ssmix.jpg"); 
	margin: 10px; 
 text-align: justify;	
}

td {
 font: 8pt georgia;
}
h1 { 
	font: italic normal 24pt georgia; 
 font-weight: bold;
	letter-spacing: 3px; 
	color: TEAL;
 text-align: center;
	}
h2 { 
	font: italic normal 16pt georgia; 
 font-weight: bold;
	letter-spacing: 3px; 
 margin-bottom: 3px;	
 color: TEAL;
 text-align: center;
	}
h3 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
 text-align: center;
	}
a:link { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #0689ZZ;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: TEAL;
	}
a:hover { 
	text-transform: uppercase 
		}
a:active { 
	text-transform: none 
	color: #9685BA;
	}