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

.main {
	background-color: #69001F;
}

a {
	text-decoration: none;
	color: #00CCFF;
}

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

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

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

}

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

}