﻿/*Stylesheet for pages containing Videos*/

.VideoLink
{
	color: #777777;
	background-color: inherit;
	font-size: 11px;
	text-decoration: none;	
}

.VideoLink:hover, .VImage:hover
{
	cursor: pointer;
	text-decoration: underline;
}
