/* Reduced CSS for animation pages without the animated border. */

BODY
{	background-color: black;}

BODY,P
{	font-family: Verdana, Helvetica, Arial, Palatino, "Book Antiqua";
	color: white;}
  
P
{	text-indent: 0;}

A:link
{	color: #FFFF00;}

A:visited
{	color: #A0A000;}

A:hover
{	color: #000000;
	background-color: #FFFF00;}

DIV.Animation
{	padding: 50px;}


