/** for the index */
body {
#	background-image: url("http://dantux.com/main_files/anthracite.gif");
	background-color: #808080;
	color: #ffffff;
	font-style:"Helvetica","Arial", "sans-sherif";
}
a:link  {
	font-face:verdana;
	font-weight:bold;
	font-size:16;
	color:#000000;
	text-decoration:underline;
}
a:visited {
	font-face:verdana;
	font-weight:bold;
	font-size:16;
	color:#000000;
	text-decoration:underline;
}
a:hover {
	font-face:verdana;
	font-weight:bold;
	font-size:16;
	color:#000000;
	text-decoration: underline;
	background-color:#ffffff;
}	
/** for pictures **/
table.gallery img {
	padding: 5px;
	margin: 2px;
	border: 1px solid #ccc;
/**	max-width: 120px;
	max-height: 120px;
**/
}

