/*CSS Document - Kristine Knowlton*/
	 
	 <style type="text/css">
	 
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: black;
padding: 1px;
left: -1000px;
border: 1px dashed gray;
visibility: visible;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 750px; /*position where enlarged image should offset horizontally and vertically*/

}

 
		 a:link     {
					color: #FFFFFF;
					text-decoration:none;}
		 
		 a:visited  {
	color: #FCFCFC;
	text-decoration:none;}
		 
		 a:hover    {
		 			color: #000000;
					background-color: #FFFFFF;}
		 
		 a:focus	{
	color: #B7BCB3;
	background-color: #FFFFFFF;
	font-family: Arial, Times, Helvetica, Zapt-Chancery, Western, Courier;}
		
	
body {
	background-color: #000000;
        background-attachment:fixed;}
	
         .t1 {
		   font-family:Arial, Times, Helvetica, Zapt-Chancery, Western, Courier;
		   font-size:16pt;
		   font-style:normal;
		   color: #FFFFF3;
		   text-decoration:none;}
		 
		.t2 {
			font-family: Arial, Times, Helvetica, Zapt-Chancery, Western, Courier;
			font-size: 14pt;
			font-style: normal;
			color: #FDFDF0;
			text-decoration: none;}
		 .t3 {
		 font-family:Arial, Times, Helvetica, Zapt-Chancery, Western, Courier;
		 font-size:12pt;
		 font-style:normal;
		 color: #FFFFFE;
		 text-decoration:none;}

		 .t4 {
		 font-family:Arial, Times, Helvetica, Zapt-Chancery, Western, Courier;
		 font-size:10pt;
		 font-style:normal;
		 color: #FFFFFF;
		 text-decoration:none;}
		 

		 .t5 {
		 font-family:Arial, Times, Helvetica, Zapt-Chancery, Western, Courier;
		 font-size:8pt;
		 font-style:normal;
		 color: #000000;
		 text-decoration:none;}

                 .t6 {
		 font-family:Arial, Times, Helvetica, Zapt-Chancery, Western, Courier;
		 font-size:8pt;
		 font-style:normal;
		 color: #FFFFFF;
		 text-decoration:none;}
                  
                 		 .t7 {
		 font-family:Arial, Times, Helvetica, Zapt-Chancery, Western, Courier;
		 font-size:10pt;
		 font-style:normal;
		 color: #000000;
		 text-decoration:none;}

                 		 .t8 {
		 font-family:Arial, Times, Helvetica, Zapt-Chancery, Western, Courier;
		 font-size:14pt;
		 font-style:normal;
		 color: #000000;
		 text-decoration:none;}

