h1 {
	font-family: Tahoma;
	font-size: 60px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.text {
	font-family: Tahoma;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.warning {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	padding: 5px;
	width: 400px;
	border: 1px solid #000000;
}
.link2 {
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
.link1 {
	font-family: Impact;
	font-size: 36px;
	color: #FFCC00;
	text-decoration: underline;
	text-align: center;
}
.link3 {
	font-family: Impact;
	font-size: 36px;
	color: #0000FF;
	text-decoration: underline;
	text-align: center;
}
.copyright {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	text-align: center;
}
.thumb {
	border: 1px solid #000000;
}
a:hover {
	color: #FF0000;
}

