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

.main {
	background-color: #0E0069;
}

.style3 {font-size: 12px}


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

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

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

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

}

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

}