
.full {
	background-color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}

.main {
	background-color: #FFFFFF;
}

a {
	text-decoration: none;
	color: #CC00FF;
}

a:hover {
	text-decoration: none;
	color: #666666;
}

a:visited {
	text-decoration: none;
	color: #CC00FF;
}

.gallery a img {
	border-color: #CC00FF;
	border-bottom-width:1px;

}

.gallery a:hover img {
	border-color: #666666;
	border-bottom-width:1px;

}