body,html {
	height:100%;
	}

body	{
	font-size: 12px;
	font-family : arial;
	}

a       {
        color: #ccff99;
        text-decoration: none;
        }

a:hover{
        color: #ccff99;
        text-decoration : underline;
        }

a:active{
        color: #ffff00;
        text-decoration : underline;
        }

a2:hover{
	color : #ff3333;
	text-decoration : underline;
        }

.backbox {
	color : #fff;
	background: #009966;
	padding:4px;
        }

.black {
	color : #fff;
	background: #000;
	border-style: solid;
	border-width: 1px;
	border-color: #ccff99;
	border-collapse: collapse;
	padding: 4px;
        }

#text1	{
	position: absolute;
	top:50px;
	left:25px;
	height: 27px;
	width: 110px;
}

#text2	{
	position: absolute;
	top:85px;
	left:5px;
	height: 500px;
	width: 155px;
	overflow: auto;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ccff99;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ccff99;
}

#text3	{
	position: absolute;
	top:600px;
	left:30px;
	height: 31px;
	width: 88px;
	padding-bottom:10px;
}