a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333;
}
a:active {
	text-decoration: underline;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #999;
}

#pagebottom p.studio {
	font-weight: bold;
	font-size: 14px;
	color:#FFFFFF;
	line-height: 150%;	
	}
	
#pagebottom a:link {
	color: #fff;
	text-decoration: underline;
	font-size: 12px;
	font-weight: 400;
}
#pagebottom a:visited {
	text-decoration: underline;
	color: #fff0;
	font-size: 12px;
	font-weight: 400;
}
#pagebottom a:hover {
	text-decoration: underline;
	color: #999;
	font-size: 12px;
	font-weight: 400;
}
#pagebottom a:active {
	text-decoration: underline;
	color: #999;
	font-size: 12px;
	font-weight: 400;
}

