/* Default CSS Stylesheet for a new Web Application project */

.VideoLink 
{
	Font-size: 100%;
	text-decoration: none;
	color:	#000000;
	font-weight: bold;
}

.VideoLink:hover 
{
	Font-size: 100%;
	text-decoration: underline;
	color:	#cccccc;
}

.VideoGroupName 
{
	Font-size: 130%;
	color: #000000;
	font-weight: bold;
}

.ExternalLink
{
	Font-size: 100%;
	text-decoration: underline;
	color:	#000000;
	font-weight: bold;
}

.ExternalLink:hover 
{
	Font-size: 100%;
	text-decoration: underline;
	color:	#cccccc;
}


