/* 'Sounds Garden' Style Sheet File
   sounds.css	(c)j{{ Feb 10,2005
 */

body	{
	font:						11pt Times New Roman;
	color:						black;
	background-color:			#fcfcfc;
	scrollbar-track-color:		beige;
	scrollbar-base-color:		wheat;
	scrollbar-face-color:		wheat;
	scrollbar-highlight-color:	wheat;
	scrollbar-3dlight-color:	wheat;
	scrollbar-darkshadow-color:	wheat;
	scrollbar-shadow-color:		orange;
	scrollbar-arrow-color:		orange;
	}
table	{
	border-color:				orange;
	}
.t1 {
	background-color:			orange;
hr	{
	color:						orange;
	height:						1px;
	}
.hr1{
	color:						orange;
	height:						1px;
	}
a	{
	color:						navy;
	text-decoration:			none;
	}
a:visited{
	color:						purple;
	text-decoration:			none;
	}
a:hover	{
	color:						red;
	text-decoration:			underline;
	}