/*Styles for CSS week three; created 09/10/01*/

		
	P		{font-family: 'Tempus Sans ITC', Arial, Tahoma, sans-serif;
			color: #000000;
			font-size: 1em;
			}
	
	
			
	h1		{font-family: 'Tempus Sans ITC', Arial, Tahoma, sans-serif;
			color: green;
			font-size: 1.75em;
			}
			
	h2		{font-family: 'Tempus Sans ITC', Arial, Tahoma, sans-serif;
			color: green;
			font-size: 1.50em;
			}	
			
	h3		{font-family: 'Tempus Sans ITC', Arial, Tahoma, sans-serif;
			color: green;
			font-size: 1.25em;
			} 
			
	body	        {background-image: URL(pinstrp_05.gif);
			background-color:#D8ECD8;
			font-family: 'Tempus Sans ITC', Arial, Tahoma, sans-serif;
			color: #000000;
			font-size: 1em;
			}

	td		{font-family: 'Tempus Sans ITC', Arial, Tahoma, sans-serif;
			font-size: 1em;
			color: #000000;
			background-color:#D8ECD8;
			}
	
	a:link	        {color: blue;
		
			}
			
	a:active        {color: red;
			}
			
	a:hover         {background-color: #7BC66B;
			text-decoration: none;
			}
			
	a:visited       {color: #A50063;
			text-decoration: none;
			}
	.first-letter   {color:#CE007B;
			font-weight : bold;
			}
	.note           {color:#083194;
			}
	p.note          {color:#A50063;
			font-size: 1.25em;
			}
	.double         {line-height:2;
					color:#083194;
			}
