@charset "utf-8";

a.lct:link {
	text-decoration: none;
	color:#FFFFFF;
}
a.lct:visited {
	text-decoration: none;
	color: #FDFC4C;
}
a.lct:hover {
	text-decoration: none;
	color: #FD1616;
}
a.lct:active {
	text-decoration: none;
	text-align: left;
	color: #8DBAFF;
}

.lct_footer{
	background-color: #229ac8;
	padding-top: 10px;
	padding-bottom: 10px;	
	color: #ffffff;
	text-align: center;
	font-size: 12px;
}

.lct_footer:hover {	
	transition: all 500ms;
	background-color: #7DC700;
}


/***** overwrite *****/
/* overwrite stylesheet.css for menu background-color
#menu {
	background-color: #7DC700;
	background-image: linear-gradient(to bottom, #7DC700, #7DC700);
	border-color: #7DC700 #7DC700 #145e7a;
}/*

/* overwrite stylesheet.css for footer background-color */
hr {
	margin-top: 1px;
	margin-bottom: 3px;
}

footer {
	background-color: #FFFFFF;
}

footer a {
	color: #0056b3;
}

footer a:hover {
	color: #FD1616;
}

footer h5 {
	color: #000000;
}