a:link {
color: #ffff00;
text-decoration: underline;
}
a:visited {
color: #ffff00;
text-decoration: underline;
}

a:hover {
color: #0000FF;
text-decoration: underline;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 30px;
}


a:active {
color: #ffff00;
text-decoration: underline;
}
.border_tbl {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	background-color: #3F528D;
}



body {
	background-color: #000000;
}
.bg {
	background-color: #3F528D;
}
.tags {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFF00;
	text-align: center;
}
.thumbs {
	border: 1px solid #CCCCCC;
}

