/* styles.css   */
/* An external stylesheet */
/* For www.newpaltz.org    */

		td.heading 	{width:90px; font-family: Franklin Gothic Demi Cond, sans-serif; font-size:85%;
			 			text-align:center;}
				
		body	{color:black; 
				background-image:url(bg5.jpg);
				background-color: inherit;
				}				
				
		a		{color: #000080;
				background-color: inherit;
				}					
			   
		a:hover	{text-decoration: underline;
			  	color:  #8b0000;
			  	background-color: yellow;
				}
	
		a:visited {color: #7e3817; background-color: inherit;}

		.comicfont {font-family: 'Comic Sans MS', fantasy; 	}	
		.comicfontLinks {font-family: 'Comic Sans MS', fantasy; font-size:100%; font-weight:bold;	}	
		
		.arial	{font-family: arial, sans-serif; }	
		
		.box {border:solid; border-width:2px; border-color:navy;  }
			 
		.center	{text-align: center;}
	
		.line800 {color:#00008b; background-color:inherit; text-align: center; width:800px; border-bottom:7px solid }

		.w25	{width:25%}
		.w30	{width:30%}
		.w33	{width:33%}
		.w40	{width:40%}
		.w50	{width:50%}								
		
		   

/*************************************************************************
*	Author: Alan Stout 													 *
*************************************************************************/