/* CSS Document for Showing Posters */
/************************************/

.posterLinks a:link {
	color: #3333FF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.posterLinks a:visited {
 	color: #3333FF;
 	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.posterLinks a:hover {
	text-decoration: underline overline;
	color: red; 
}

.oldPosterLinks a:link {
	color: #3333FF;
	text-decoration: underline;
}
