body {
	background-color : C6C3C6;
	font-family :  verdana;
	font-size : x-small;
}

.mainFolderBox {
	background-color : C6C3C6;
	font-family : verdana;
	font-size : xx-small;
	text-decoration : none;
}

.mainFolderLine {
	background-color :C6C3C6;
	text-decoration : none;
}

.mainFolderLineMouseOver {
	color : red;
}

.subFolderBox {
	background-color : C6C3C6;
	font-family : verdana;
	font-size : xx-small;
	text-decoration : none;
}

.subFolderLine {
	text-decoration : none;
}

.subFolderLineMouseOver {
	color : red;
}

.linkBox {
	background-color : C6C3C6;
	font-family : verdana;
	font-size : xx-small;
	text-decoration : none;
}

.linkLine {
	background-color :  C6C3C6;
	text-decoration : none;
}

.linkLineMouseOver {
	color : red;
}

