		.text {
			font-family :Arial;
		  	font-size : 12px;
		  	color : #40003F;
			font-weight : normal;
			text-decoration: none;
		}
		
		.text-b {
			font-family :Arial;
		  	font-size : 12px;
		  	color : #40003F;
			font-weight : bold;
			text-decoration: none;
		}		
		
		.text-s {
			font-family :Arial;
		  	font-size : 10px;
		  	color : #40003F;
			font-weight : normal;
			text-decoration: none;
		}		
		
		.text-bs {
			font-family :Arial;
		  	font-size : 10px;
		  	color : #40003F;
			font-weight : bold;
			text-decoration: none;
		}			
		
		a.violet {
			font-family: Arial;
		  	font-size: 12px;
		  	color: #40003F;
			font-weight: bold;
			text-decoration: none;
		}

		
		a.violet-b {
			font-family: Arial;
		  	font-size: 14px;
		  	color: #40003F;
			font-weight: bold;
			text-decoration: none;
		}
		
		a.small {
			font-family:Arial;
		  	font-size: 9px;
		  	color: #40003F;
			font-weight: bold;
			text-decoration: none;
		}

		
		a:visited.beige {color: #40003F;}
		a:hover.beige {color: #40003F; text-decoration: underline;}
		a:active.beige {color: #40003F;}
	
		a:visited.violet {color: #40003F;}
		a:hover.violet {color: #40003F; text-decoration: underline;}
		a:active.violet {color: #40003F;}						
		
		a:active.small {color: #40003F;}
		a:hover.small {color: #40003F; text-decoration: underline;}
		a:visited.small {color: #40003F;}
	

		body {
			scrollbar-DarkShadow-Color:#FFC0FF; 
			scrollbar-Track-Color:#FFC0FF; 
			scrollbar-Face-Color:#FFC0FF; 
			scrollbar-Shadow-Color:#FFC0FF; 
			scrollbar-Highlight-Color:#FFC0FF; 
			scrollbar-3dLight-Color:#FFC0FF; 
			scrollbar-Arrow-Color:#FFC0FF;
		}		
		
	