
.full {
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#FFFFFF;
}

.main {
	background-color: #525252;
}
.style3 {font-size: 12px}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.gallery a img {
	border-color: #FF0000;
	border-bottom-width:1px;

}

.gallery a:hover img {
	border-color: #FFFFFF;
	border-bottom-width:1px;

}