/* CSS Document */
.textbox {
	font-family: "Times New Roman";
	font-size: 24px;
	color: #FFFFFF;
	border: 5px dashed #FF0000;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	background-color: #6699FF;
	width: 700px;
}
.text {
	font-family: "Times New Roman";
	font-size: 20px;
	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;
}
.link2 {
	font-family:  Times New Roman;
	font-size: 24px;
	color: #FFF0C3;
	text-decoration: underline;
	font-weight: bold;
}
a:hover, a:active { color: #0000FF; text-decoration: underline; }
.thumb { border: 1px solid #000000; }
.copyright {
	font-family: Times New Roman;
	font-size: 9px;
	color: #000000;
}
