.head{
	font-family: "Comic Sans MS";
	font-size: 13px;
	font-weight: bolder;
	color: #FED42F;
}

.head a:active,
.head a:visited,
.head a:link {
	color: #FED42F;
	text-decoration: underline;
	}
.head a:hover {
	color: Gold;
	text-decoration: underline;
	}


.text{
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: White;
}

.text a:active,
.text a:visited,
.text a:link {
	color: #FF3300;
	text-decoration: none;
	}
.text a:hover {
	color: White;
	text-decoration: none;
	}

.text2{
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: White;
}

.text2 a:active,
.text2 a:visited,
.text2 a:link {
	color: #FF3300;
	text-decoration: underline;
	}
.text2 a:hover {
	color: Red;
	text-decoration: underline;
	}

.thumbnail{
	padding: 3px 3px 8px 3px;
	background-color: #222;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	}	
	
	.copyright{
	font-family: "Comic Sans MS";
	font-size: 6px;
	color: #000000;
}

.copyright a:active,
.copyright a:visited,
.copyright a:link {
	color: #000000;
	text-decoration: none;
	}
.copyright a:hover {
	color: #000000;
	text-decoration: none;
	}
