.yt
{
	float: left;
	margin: 10px;
	width: 50px;
	height: 70px;
	background-color: #d94348;
}
		.yt:hover
		{
			background-color: #c83237;
		}

		a.ytlink
		{
			color: #ffffff;
			text-decoration: none;

		}

.fb
{
	float: left;
	margin: 10px;
	width: 50px;
	height: 70px;
	background-color: #4668b3;

}

		.fb:hover
		{
			background-color: #3557a2;
		}
		a.fblink
		{
			color: #ffffff;
			text-decoration: none;	
		}

.g
{
	float: left;
	margin: 10px;
	width: 50px;
	height: 70px;
	background-color: #d95333;
}

		.g:hover
		{
			background-color: #c84222;
		}
		a.glink
		{
			color: #ffffff;
			text-decoration: none;	
		}
.tw
{
	float: left;
	margin: 10px;
	width: 50px;
	height: 70px;
	background-color: #3095d3;
}

		.tw:hover
		{
			background-color: #2084c2;
		}
		a.twlink
		{
			color: #ffffff;
			text-decoration: none;	
		}