<style type="text/css">
	/*****************/
	/* General style */
	/*****************/
	
	body{
		background-color: white;
	}
	
	a{
		text-decoration: none;
	}
	
	a:link{
		color: rgb(220,220,256);
	}
	
	a:visited{
		color: rgb(220,220,256);
	}
	
	a:active{
		color: rgb(220,220,256);
	}
	
	a:hover{	
		color: rgb(64,64,256);
	}
	
	/*********************/
	/* End general style */
	/*********************/
	
	
	td.cap{
		background-color: darkblue;
		text-align: center;
		color: white;
		font-family: Arial;
		font-size: smaller;
		padding-top: 1;
		padding-left: 1;
		padding-bottom: 1;
		padding-left: 1; font-weight:bold
	}
	
	
	table.right{
		width: 100%;
	}
	
	td.content{
		border: 1px solid darkblue;
		padding-top: 30;
		padding-left: 20;
		padding-bottom: 10;
		
	}
	

	/**************************/
	/* Extended example style */
	/**************************/


		table.example{
			width: 100%;
		}
	
		td.site{
			color: red;
			text-align: center;
		}
	
		td.folder{
			color: blue;
			text-align: center;
		}
	
		td.file{
			color: green;
			text-align: center;
		}
	
		span.site{
			color: red;
		}

		span.folder{
			color: blue;
		}

	/******************************/
	/* End extended example style */
	/******************************/


</style>