
body	{
			background-image: url('images/background.jpg');
			background-attachment:fixed;
			margin: 0px;
			scrollbar-face-color:#006060; 
			scrollbar-arrow-color:red; 
			scrollbar-track-color:#FFFFFF;
		}
		
font, a	{
			color:#006060;
			text-decoration: none;
			font-size:9pt;
		}
		
font.qualifier	{
			font-family:Georgia,Verdana,Trebuchet MS; 
			color:#006060;
			font-weight:bold;
		}
		
font.note	{
			font-family:Georgia,Verdana,Trebuchet MS; 
			color:#006060;
			font-weight:normal;
		}

font.price	{
			font-family:Georgia,Verdana,Trebuchet MS; 
			color:#006060;
			font-weight:bold;
		}
		
font.label	{
			font-family:Georgia,Verdana,Trebuchet MS;
			color:#006060;
			font-weight: bold;
		}
		
font.small	{
			font-family:Georgia,Verdana,Trebuchet MS;
			font-size: 8pt;
			color:#006060;
			font-weight: normal;
		}
		
#white	{
			color:white;
		}
		
a.white	{
			font-family:Georgia,Verdana,Trebuchet MS;
			color:#FFFFFF;
			font-weight: bold;
		}
		
		
a:hover { 
			color: red;
			text-decoration: underline;
		}
		
a.label	{
			font-family:Georgia,Verdana,Trebuchet MS;
			color:#006060;
			font-weight: bold;
		}
			
h1, h2, h3, h4, h5, h6	{
			color:#006060;
			font-family:Georgia,Verdana,Trebuchet MS; 
			margin-top: 4px;
			margin-bottom: 0px;
		}
		
h3		{
			font-size:13pt;
		}

		
h4		{
			font-size:11pt;
		}
		
		
h5		{
			font-size:9pt;
		}
		
		
ul	{ list-style-type:square; color:red; }