.textbox {
	font-family: Arial;
	font-size: 18px;
	color: #000000;
	border: 10px solid #FFA5CD;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	background-color: #FFFFFF;
	width: 700px;
}
.text {
	font-family: Arial;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}
.link {
	font-family:  Arial;
	font-size: 24px;
	color: #E3156C;
	text-decoration: underline;
	font-weight: bold;
}
a:hover, a:active { color: #0000FF; text-decoration: underline; }
.copyright {
	font-family: Aria;
	font-size: 9px;
	color: #000000;
}
.thumb {
	border: 1px solid #000000;
}

