/* Shady Blues Style Sheet - July 20, 2001 */

H1 	{
	font size : 20pt;
	font weight : bold;
	color : mediumslateblue;
	font-family : tahoma, helvetica, verdana, arial
	}

A	{
	font-family : tahoma, helvetica, verdana, arial;

	}

A:link, A:active
	{	
	text-decoration	:	none;
	color			:	steelblue;
	background		:	transparent;
	}

A:visited 
	{
	color			:	cornflowerblue; 
	background		:	transparent; 
	text-decoration	:	none; 
	}		

A:hover 
	{
	color			:	deepskyblue;
	background		:	darkslateblue;
	}

A:link.bio, A:active.bio
	{
	text-decoration	:	none;
	color			:	darkslateblue;
	background		:	transparent;
	}

A:visited.bio
	{
	color			:	darkslateblue; 
	background		:	transparent; 
	text-decoration	:	none; 
	}		

A:hover.bio
	{
	color			:	darkslateblue; 
	background		:	transparent; 
	text-decoration	:	underline; 
	}		

A:link.webm, A:active.webm
	{
	font-size		:	9pt;
	color			:	darkslateblue;
	background		:	transparent;
	text-decoration	:	none;
	}

A:visited.webm 
	{
	color			:	steelblue; 
	background		:	transparent; 
	text-decoration	:	none; 
	}		

A:hover.webm 
	{
	color			:	deepskyblue;
	background		:	darkslateblue;
	}
