/* CSS Document */

body {
font-family : Arial;
}

	p#textonly {
	border : 1px solid #000;
	background : #ccc;
	font-weight : bold;
	padding : 10px;
	text-align  :center;
	}

	img {
	display : none;
	}