@charset "utf-8";
/* CSS Document - Discover Learning - Content */

h1 {
	 font-size: 16px; 
	 color: #53a145;
	 font-weight: bold
}

h2 {
	 font-size: 14px; 
	 color: #53a145;
	 font-weight: bold
}

h3 {
	 font-size: 13px; 
	 color: #53a145;
	 font-weight: bold;
	 margin: 0 0 0 10px;
}

a {
	color: #CC0000;
	text-decoration: none
}

a:hover {
	color: #FF0000;
	text-decoration: underline
}



.anchor_links {
	font-size: 11px;
	margin: 0 0 25px 0;
	padding-top: 0
}

.backtotop {
	font-size: 11px;
	text-align: center;
	margin-bottom: 15px
}

.bold {
	font-weight: bold
}

