/* CSS Document */
.link1 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #FFFF82;
	text-decoration: underline;
}
.link2 {
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
a:hover, a:active { color: #FF0000; text-decoration: underline; }
.text1 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.link3 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.copyright {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}

.site {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF82;
	text-decoration: none;
}
.cat {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #004182;
	text-decoration: none;
}
.thumb {
	border: 1px solid #004182;
}
.text2 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
