a			{
				color: #cc6633;
				font-weight: bold;
				text-decoration: none;
				font-family: helvetica,tahoma,verdana,arial,sans-serif; 
			}
			
a:active
			{
				color: red;
			}
			
a:visited
			{
				color: #cc6633;
			}

h2	{
				color: black;
				font-family: georgia,"times new roman","times roman",times,serif;
				font-size: 18px;
				font-weight: 500;
			}
			
h3	{
				color: black;
				font-family: georgia,"times new roman","times roman",times,serif;
				font-size: 16px;
				font-weight: bold;
			}
			
h4	{
				color: black;
				font-family: georgia,"times new roman","times roman",times,serif;
				font-size: 14px;
				font-weight: bold;
			}
		
p			{
				color: black;
				font-family: helvetica,tahoma,verdana,arial,sans-serif;
				font-size: 12px;
			}

//p and .copy match	
						
.copy	{
				color: black;
				font-family: helvetica,tahoma,verdana,arial,sans-serif;
				font-size: 12px;
			}
			
.footer
			{
				color: #cc6633;
				font-family: helvetica,tahoma,verdana,arial,sans-serif; 
				font-size: 10px;
			}
			
.subtitle
			{
				color: black;
				font-family: helvetica,tahoma,verdana,arial,sans-serif; 
				font-size: 10px;
			}

			

			

			
