body	{width: 100%;
	height: 100%;

}
a:link		{ color: #0099ff }
a:visited	{ color: #0066cc }
a:hover		{ color: #0000ff }
a:active	{ color: #00ccff }
div	{align: left ;
	position: relative
}
.pos1	{top: 50px;
	height: 500px;
	overflow-y: scroll }
.pos2	{top: 50px }
.pos3	{top: 5px ;
	left: 5px ;
}

<!--
p	{background-color:#efe;
	border-width:5px;
	width:300px;
	padding:10px
}	
.ridge	{ border-style:ridge; }
h3	{background-color:#666 ;
	font-color:#def
}
-->