
body	{
			background-image: url('images/gingham2.jpg');
			background-attachment:fixed;
			background-color:#b3b5ff;
			margin: 10px;
			scrollbar-face-color:#4020A0; 
			scrollbar-arrow-color:red; 
			scrollbar-track-color:#eeddff;
		}
		
	
font, a	{
			color:#4020A0;
			text-decoration: none;
			font-size: 9pt;
		}
		
font.qualifier	{
			font-family:Georgia,Verdana,Trebuchet MS; 
			color:#4020A0;
			font-size: 9pt;
			font-weight:bold;
		}
		
font.note	{
			font-family:Georgia,Verdana,Trebuchet MS; 
			color:#4020A0;
			font-size: 9pt;
			font-weight:normal;
		}

font.price	{
			font-family:Georgia,Verdana,Trebuchet MS; 
			color:#4020A0;
			font-size: 9pt;
			font-weight:bold;
		}
		
font.label	{
			font-family:Georgia,Verdana,Trebuchet MS;
			font-size: 9pt;
			color:#4020A0;
			font-weight: bold;
		}
		
font.small	{
			font-family:Georgia,Verdana,Trebuchet MS;
			font-size: 8pt;
			color:#4020A0;
			font-weight: normal;
		}
		
		
input.select	{
			font-family:Georgia,Verdana,Trebuchet MS;
			font-size: 9px;
			color:#600080;
			background-color:#4020A0;
		}
		
input.input	{
			font-family:Georgia,Verdana,Trebuchet MS;
			font-size: 9px;
			color:#600080;
			background-color:#4020A0;
		}

		
a:hover { 
			color: red;
			text-decoration: underline;
			font-size: 9pt;
		}
		
a.label	{
			font-family:Georgia,Verdana,Trebuchet MS;
			font-size: 9pt;
			color:#4020A0;
			font-weight: bold;
		}


		
h1, h2, h3, h4, h5, h6	{
			color:#4020A0;
			font-family:Georgia,Verdana,Trebuchet MS; 
			margin-top: 4px;
			margin-bottom: 0px;
		}