a{
	color:purple;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}					
/*Properties of the current folder titles*/		
.title{		
	font-size:14pt;
	margin-left:5px;
	color:purple;
	font-family:tahoma;
}
/*Properties of the subfolder titles*/
.foldertitle{		
	font-size:10pt;
	font-weight:600;
	margin-left:5px;
	color:purple;
	font-family:tahoma;
}			
/*Properties of the subfolder descriptions*/
.folderdesc
{
	font-size:8pt; 
	font-family:arial;
	margin-left:20px;
}		
/*Properties of the subfolder info strings (amount of the files and folders)*/		
.folderinfo
{
	font-size:8pt; 
	font-family:arial;
	color:black;
	font-weight:400;
}		
/*Properties of the picture descriptions*/		
.picturedesc
{
	font-size:8pt; 
	font-family:arial;
}
/*Properties of the links to the other pages*/		
.links{
	font-size:8pt;
	margin-left:5px;
	color:black;
	font-family:tahoma
}
/*Properties of the string with the current path*/		
.path{
	font-size:8pt;
	margin-left:5px;
	color:black;
	font-family:tahoma
}

.text
{
	FONT-SIZE:8pt;
	COLOR:black;
	FONT-FAMILY:Tahoma	
}