div.test {
 text-align: center;
}

div.scrollsrc {
 overflow: auto;
 height: 100px;
 width: 100px;
}

div.scrollpng {
 overflow: auto;
 height: 400px;
 width: 500px;
}


a:link {
	color: #ff8000;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: black;
	background-color: #ffdd00;
}

a:link:hover {
	color: black;
	background-color: #ffdd00;
}


a:visited {
	color: #B8860B;
	background-color: transparent;
	text-decoration: none;
}

a:visited:hover {
	color: black;
	background-color: #ffdd00;
}


div.footer {
	text-align: right;
	font-size: small;
}

h1 {
	font-size: large;
	text-align: center;
	background-color: #ff9900;
	color: white;
    margin: 20px;
}

textarea {
 height: 400px;
 width: 250px;
}
