/* CSS Document */

<STYLE>
	
	p{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normalbold;
	color: black;
	letter-spacing: 1px;
	word-spacing: 1.5px;
	width: 250px;
	padding: 5px 10px 10px 10px;
	border-bottom: 1px solid;
	border-color: black;
		}
	.fwd
	{
	width: 100px;
	position: absolute;
	left: 805px;
	top: 310px;
	}
	
	.back
	{
	width: 100px;
	position: absolute;
	left: 805px;
	top: 210px;
	}
	
</STYLE>