/* 
	CSS for AdventureCinema.com
	Forms page styles
	overlays standard.css
*/

td.ContentPanel {
	color: #000000;
	background: #E2E2FF;
}
td.ContentPanel hr {
	color: #000040;
}
td.ContentPanel a:link {
	color: #0000FF;
}
td.ContentPanel a:visited {
	color: #0000FF;
}
td.ContentPanel a:hover {
	color: #0000FF;
	text-decoration: underline;
}
td.ContentPanel a:active {
	color: #0000FF;
	text-decoration: underline;
}
