/* Fluffy-Gallerys CSS  */
/* Filename: format.css */


body,td,.notes,a,.dir,.thumbnail
{
	font-family:'Trebuchet MS','Verdana','Tahoma';
}

body,td,a
{
	font-size: 10pt;
}

td
{	
	background-color:#000000;
	width:20%;
	vertical-align:center;
	text-align:center;
}

.thumbnail:hover/*,.dir:hover,.filler:hover*/
{
	background-color:#242424;
}

/*table
{	
	background-color:#8484C5;
	vertical-align:left;
}*/

.dir
{
	padding: 0px 0px 0px 3px;
	text-align:left;
}

.thumbnail
{
	padding: 12px 12px 12px 12px;
	text-align:center;	
}

.notes
{
	font-size:8pt;
}


a:link 
{ 
	color:#C0C0C0;
	text-decoration:none;
}
a:visited 
{
	color:#C0C0C0;
	text-decoration:none;
}
a:hover 
{
	color:#ffffff;
	text-decoration:none;
}
