A.menu  {
	color : silver;
	text-decoration : none;
	font-family : "Verdana, Arial";
	font-size : 8pt;
	font-weight : normal;
	}

A.menu:Visited  {
	color : silver;
	text-decoration : none;
	font-family : "Verdana, Arial";
	font-size : 8pt;
	font-weight : normal;
	}

A.menu:Active  {
	color : white;
	text-decoration : none;
	font-family : "Verdana, Arial";
	font-size : 8pt;
	font-weight : normal;
	}

A.menu:Hover  {
	color : yellow;
	text-decoration : none;
	font-family : "Verdana, Arial";
	font-size : 8pt;
	font-weight : normal;
	}

A.general  {
	color : blue;
	text-decoration : none;
	font-family : "Verdana, Arial";
	font-size : 8pt;
	font-weight : normal;
	}

A.general:Visited  {
	color : blue;
	text-decoration : none;
	font-family : "Verdana, Arial";
	font-size : 8pt;
	font-weight : normal;
	}

A.general:Active  {
	color : blue;
	text-decoration : none;
	font-family : "Verdana, Arial";
	font-size : 8pt;
	font-weight : normal;
	}

A.general:Hover  {
	color : red;
	text-decoration : none;
	font-family : "Verdana, Arial";
	font-size : 8pt;
	font-weight : normal;
	}

A.file  {
	color : blue;
	text-decoration : none;
	font-family : "Verdana, Arial";
	font-size : 8pt;
	font-weight : normal;
	}

A.file:Visited  {
	color : blue;
	text-decoration : none;
	font-family : "Verdana, Arial";
	font-size : 8pt;
	font-weight : normal;
	}

A.file:Active  {
	color : green;
	text-decoration : none;
	font-family : "Verdana, Arial";
	font-size : 8pt;
	font-weight : normal;
	}

A.file:Hover  {
	color : red;
	text-decoration : none;
	font-family : "Verdana, Arial";
	font-size : 8pt;
	font-weight : normal;
	}

A.directory  {
	color : darkblue;
	text-decoration : none;
	font-family : "Verdana, Arial";
	font-size : 8pt;
	font-weight : bold;
	}

A.directory:Visited  {
	color : darkblue;
	text-decoration : none;
	font-family : "Verdana, Arial";
	font-size : 8pt;
	font-weight : bold;
	}

A.directory:Active  {
	color : darkblue;
	text-decoration : none;
	font-family : "Verdana, Arial";
	font-size : 8pt;
	font-weight : bold;
	}

A.directory:Hover  {
	color : darkred;
	text-decoration : none;
	font-family : "Verdana, Arial";
	font-size : 8pt;
	font-weight : bold;
	}

input.button {
	font-family : "Verdana, Arial";
	font-size : 8pt;
	font-weight : normal;
	}
	
BODY  {
	}

