@charset "utf-8";
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	font-weight: bold;
}
.logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	font-weight: bold;
	border: 4px solid #CC0000;
}
.webpage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.header a {
	color: #CC0000;
	text-decoration: none;
}
.header a:hover {
	text-decoration: underline;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	background-color: #EFEFEF;
	font-weight: normal;
}
.footer a {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
.footer a:hover {
	text-decoration: underline;
}
.linktitle {
	font-size: 13px;
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
.linktitle a {
	font-size: 13px;
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
.linktitle a:hover {
	text-decoration: underline;
}
.linkdesc {
	font-size: 12px;
	color: #000000;
}
.linkurl {
	font-size: 12px;
	color: #339933;
}
.linkbox {
	color: #000000;
	background-color: #FFFFFF;
	margin: 3px;
	padding: 3px;
	border: 2px solid #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.linkclicks {
	font-weight: bold;
	color: #CC0000;
}
