blockquote 
{
	color:red;
}
#word 
{
	color:black;
      	font-weight:bold;
      	font-size:large;
      	text-align:center;
      	margin:55px;
}
#applet 
{
	width:500px;
	height:300px;
	position:absolute;
	/* border:solid 1px #000;
	text-align:center; */
}			
.date 
{
	float:right;
}
.center
{
	text-align:center;
}
.bottom 
{
	position:absolute;
	bottom:0;
	right:0;
}