/*
   Author: Daniel Bloecher
   Date:   12/11/06

   Filename: styles.css
   This file contains styles used in the animation.html file
*/

body      {color:black; background-color:white}

#text  {
	background-color: white;
	font-size: 14pt;
	font-weight: bold;
	position: absolute;
	z-index: 2;
	left: 324px;
	top: 63px;
	width: 337px;
}

