* {
	border: none;
}

a {
	text-decoration: none;
	outline: none;
	font: 18px kartika;
	letter-spacing: 1px;
	color: #000;
}

a:hover {
	color: #5db400;
}

html
{
	background: url(images/bg.png) repeat-x;
	background-color: #fff;
	font: 12px times new roman;
	color: #000;
}

.center
{
	margin-left: auto;
	margin-right: auto;
}

#gallery tr td {
	text-align: center;
}

#gallery tr td a img {
	border: 4px solid #000;
}

#gallery tr td a img:hover {
	border: 4px solid #fff;
}

#logo {
	width: 100%;
	text-align: center;
	background: url(images/top_bg.png) repeat-x;
}

table
{
	border: none /* 1px solid #ccc */;
}

table.bg
{
	background-color: #fff;
}

.link {
	color: #000;
}
div.link:hover {
	cursor: pointer;
	color: #5db400;
}