body
{font-family: 			Copperplate Gothic light, Castellar, Garamond, Serif;
 color: 				blue;
 font-size: 			25px;
 font-weight: 			bold;
 font-variant: 			small-caps;

 cursor:			crosshair;

 background-color: 		white;
 background-image: 		url(images/index.gif);
 background-repeat: 		no-repeat;
 background-attachment: 	fixed;

 scrollbar-base-color:		white;
 scrollbar-arrow-color:		crimson;
 scrollbar-dark-shadow-color: #;
 scrollbar-track-color:		#;
 scrollbar-face-color:		#;
 scrollbar-shadow-color:	#;
 scrollbar-highlight-color:	#;
 scrollbar-3d-light-color:	#;}

A:link	{text-decoration:none; font:bold; color:blue;}
A:visited	{text-decoration:none; font:bold; color:blue;}
A:active	{text-decoration:none; font:bold; color:blue;}
A:hover		{color:white;}      
}