
/* main site */	 
		
body	{
		background-color: black;
		}
		
p	   	{
	   	font: 12px arial;
		color: white;	   	
	   	}

td		{
  	 	padding: 0 0;
   		margin: 0 0;
   		} 
		
ul		{
	   	font-family: arial;
	   	font-size: 12px;
		color: white;
	   	} 
	
h2		{
		font-family: arial;	
		color: white;
		}
		
h3		{
		font-family: arial;
		color: white;
		} 
		
a		{
		color: blue;
		}
		 
/* navigation pane */ 

		
a.nav 	{
   		text-decoration: none;
  		font: 12px arial;
   		color: white; 
		padding-top: 8;	
		vertical-align: middle;
		text-align: center;
		width:70;
		height: 45; 
		background-image: url(images/SpurnButton.gif);
    	background-repeat: no-repeat;
    	background-position: center; 
		display: block; 
   		}
		
a.nav:hover {
   		text-decoration: none;
  		font: 12px arial;
   		color: white; 
		vertical-align: middle;
		text-align: center;
		width:70;
		height: 45; 
		background-image: url(images/SpurnButtonHover.gif);
    	background-repeat: no-repeat;
    	background-position: center; 
		display: block; 
   		} 
		
a.this {
   		text-decoration: none;
  		font: 12px arial;
		font-weight: bold;
   		color: white; 
		padding-top: 8;	
		vertical-align: middle;
		text-align: center;
		width:70;
		height: 45; 
		background-image: url(images/SpurnButtonHover.gif);
    	background-repeat: no-repeat;
    	background-position: center;
		display: block; 
   		}
			
/* contact page */
		
a.contact		{
  		text-decoration: none; 
  		color: blue;
  		}
			 
p.contact{
 		font-family: times new roman;
		font-weight: bold;
		font-size: 15pt;
		} 
		 
p.header{
 		font-family: times new roman;
		font-weight: bold;
		font-size: 18pt;
		}  
		
p.committee{
 		font-family: times new roman;
		font-size: 13pt;
		}  
		
/* sightings pages */
		
a.link	{
		text-decoration: none;
		font: bold 20px arial;		
		}
		
a.link:hover	{
		text-decoration: none;
		font: bold 21px arial;		
		}
		
td.date	{
		font-family: arial;
		font-size: 17;
		font-weight: bold;
		color: white;
		}
			   
h3.sight{
		font-family: arial;
		}  
		
td.sight{  						
		text-align: center;
		font: italic 9pt arial;
		color: white;
		}
	
/* list page */

p.list 	{
	   	font-family: arial;
	   	font-size: 13px;
	   	} 
		
table.list	{
		padding: 2px 2px;
		}
		
a.list 	{
   		text-decoration: none;
  		font: 12px arial;
   		color: black;
   		} 

a.list:hover 	{
   		text-decoration: none;
  		font: 12px arial;
   		color: white;
   		}

a.vagrant 	{
   		text-decoration: none;
  		font: bold 12px arial;
   		color: black;
   		} 

a.vagrant:hover 	{
   		text-decoration: none;
  		font: bold 12px arial;
   		color: white;
   		}
			
td.list 	{
   		text-decoration: none;
  		font: bold 12px arial;
   		background-color: #c0c0c0;
   		} 		   
		
/* Gallery */

img.gall	{
   		border: 2px 2px 0 0;
   		} 	
		
img.gen		{
		font: italic 10px arial;
		}

/* Spawny Get */

td.score	{
		text-align: right;
		} 
a.sg		{
  		text-decoration: none;
		} 
table.spawny{
		font: 13px arial;
		}
