/* Fluffy-Gallerys CSS  */
/* Filename: format.css */


body,td,.notes,a,.dir,.thumbnail
{
	font-family:'Trebuchet MS','Verdana','Tahoma';
}

body,td,a
{
	font-size: 11pt;
}

td
{	
	background-color:#E3E3EB;
	width:20%;
	vertical-align:center;
	text-align:center;
}

.thumbnail:hover/*,.dir:hover,.filler:hover*/
{
	background-color:#F5F5F5;
}

/*table
{	
	background-color:#8484C5;
	vertical-align:center;
}*/

.dir
{
	padding: 0px 0px 0px 3px;
	text-align:left;
}

.thumbnail
{
	padding: 3px 0px 1px 0px;
	text-align:center;	
}


.notes
{
	font-size:8pt;
}


a:link 
{ 
	color:#5B5BB5;
	text-decoration:none;
}
a:visited 
{
	color:#8484C5;
	text-decoration:none;
}
a:hover 
{
	color:#5B5BB5;
	text-decoration:underline/* overline*/;
}
