@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/public_body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#link {
	background-color: #000000;
	padding: 10px;
	text-align: center;
	margin-top: 10px;
}
#link a {
	color: #FFE400;
	font-size: 35px;
	font-weight: bold;
}
#link a:hover {
	color: #FFFFFF;
	font-size: 35px;
	font-weight: bold;
}
#link a:visited {
	color: #FFE400;
	font-size: 35px;
	font-weight: bold;
}
#linkr {
	background-color: #6E0000;
	padding: 10px;
	text-align: center;
	margin-top: 10px;
}
#linkr a {
	color: #FFE400;
	font-size: 35px;
	font-weight: bold;
}
#linkr a:hover {
	color: #FFFFFF;
	font-size: 35px;
	font-weight: bold;
}
#linkr a:visited {
	color: #FFE400;
	font-size: 35px;
	font-weight: bold;
}
#pic {
	border: 2px solid #FFE400;
}

#text {
	font-size: 26px;
	padding: 10px;
	text-align: justify;
	font-weight: bold;
	color: #000000;
}
#text2 {
	font-size: 26px;
	padding: 10px;
	text-align: justify;
	font-weight: bold;
	color: #FFE400;
}

