@charset "utf-8";

/* footer styles */

#footer {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 55px;
	clear: both;
}
#footer a {
	color: #fff;
}
#footer a:link {
	color: #fff;
}
#footer a:visited {
	color: #fff;
}
#footer a:hover,
 a:focus,
 a:active {
	color: #FF0000;
}
#pageup {
	text-align: right;
	clear: both;
	padding-right: 10px;
	padding-bottom: 40px;
}
#pageup a {
	color: #ffff00;
}
#pageup a:link {
	color: #ffff00;
}
#pageup a:visited {
	color: #ffff00;
}
#pageup a:hover,
 a:focus,
 a:active {
	color: #FF0000;
}
