@charset "UTF-8";
@import url("Aleo_Bold/stylesheet.css");
.h1{
	font-family: "Aleo Bold";
	font-size: 76px;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	padding-top: 15px;
}

.h2{
	font-family: "Aleo Bold";
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	font-style: normal;
	text-decoration: none;
}

/* =============================================================================
   Links
   ========================================================================== */


a {
	text-decoration: none;
	color: rgba(0,0,0,1.00);
}
a:visited {
}
a:hover {
	color: #ffe500;
}
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
	outline: 0;
}
