/* CSS Document */
.textbox {
	font-family: Times New Roman;
	font-size: 16px;
	color: #000000;
	border: 5px dashed #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	background-color: #FFF0C3;
	width: 700px;
}
.text {
	font-family: Times New Roman;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}
.link {
	font-family:  Times New Roman;
	font-size: 24px;
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover, a:active { color: #0000FF; text-decoration: underline; }
.copyright {
	font-family: Times New Roman;
	font-size: 9px;
	color: #000000;
}
.style2 {font-size: 34px}
.style3 {color: #0000FF}
.thumb {border: 1px solid #000000;}
.style4 {font-size: 24px}
