
.full {
	background-color: #663300;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}

.main {
	background-color: #FFFFFF;
}

a {
	text-decoration: none;
	color: #6600FF;
}

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

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

.style3 {font-size: 12px}


.gallery a img {

	border-color: #6600FF;
	border-bottom-width:1px;

}

.gallery a:hover img {

	border-color: #663300;
	border-bottom-width:1px;

}