body {
	background-color: #fdbfc0;
	background-image: url(images/BKG.jpg);
	

	font-weight: bold;
	font-size: 14px;
	color: slategray;
	font-family: Comic Sans MS;
}


A
{
	color: slategray;
	text-decoration:none;
	font-weight:bold;
}
A:hover
{
	color: white;
	font-weight:bold;
	
}

.img_link:hover
{
	color: orangered;
	border:groove 1 orangered;
}

A:visited
{
	
}

.label
{
	font-size: 14px;
	color: slategray;
	font-family: Verdana;
	font-weight:bold;
}

.thumb
{
	width: 110px;
	height: 85px;
	filter: shadow(color:grey,direction=135,strength=1);
	
}

.main_table
{
	font-size: 14px;
	color: slategray;
	font-family: Comic Sans MS;
	font-weight:bold;
	
}