



@charset "utf-8";
/* CSS Document */


.vidBank
{
	background-color:#063A6B;
	width:560px;
	padding: 8px;
}
.vid
{
width:80px; 
background-color:#EDEDED; 
font-size:17px; text-align:center; 
padding:5px; border-radius:2px;
}

.vid a
{
color:#000; text-decoration: none;
} .vid a:hover {	text-decoration:underline;	}
