

	#msgLayer
	{
		position: absolute ;
		top: 10 ;
		z-index: 10 ;
		visibility: hidden ;
	}

	#info
	{
		position: absolute ;
		top: 10 ;
		left: 10 ;
		color: #ff0000 ;
		font-size: 13px ;
		line-height: 1.2 ;
	}

	BODY
	{
		color: #000000 ;
		background-color: #FF0000 ;
		margin-top: 10px ;
	}

	P
	{
		margin: 0 ;
		line-height: 2.5 ;
	}

	A:link
	{
		color : #ffffff ; 
		text-decoration: none ;
	}

	A:visited
	{
		color : #ffffff ; 
		text-decoration: none ;
	}

	A:active
	{
		color : #ffffff ; 
		text-decoration: none ;
	}

	A:hover
	{
		color : #00ff99 ; 
		text-decoration: none ;
	}

