﻿.videos {
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px;
}

.videos tr {
	font-size: 9pt;
	padding:5px;
	background-color:#EEEEEE;
}

.videos tr:hover {
	background-color:#FFCC00;
}

.videos tr.nohover:hover {
	background-color:#EEEEEE;
}

.videos td {
	padding:5px;
}

.videos h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	text-align:center;
}

.videos h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	margin:0px;
}

.videos a {
	text-decoration:none;
	color:#CC0033;
}

.videos a:hover {
	color:#663399;
}
