
body 
	{
	background-color: #003;
  width : 70%;
  margin : auto;	
	}
.normaltext
	{	
	color: #FF0000;
	font-family:Comic Sans MS;
	}
a:link, a:visited 
	{
	color: #FF0000;
	text-decoration: none
	}
.glidetext{
position: relative;
/*Set initial position of your text. Make it just enough to hide the text from view:*/
left: -800px;
	color: #FF0000;
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
/*	left: 0px; */
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block; font-family:Comic Sans MS; 
	}
#center2
	{
	text-align: center;
	position: absolute;
	left: 0px;
	width: 100%;
		top: 60%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block; font-family:Comic Sans MS; 
	}