@font-face {
	font-family: 'Baloo';
	src: url('font/BalooDa2-Regular.ttf')  format('truetype');
}

* {
	font-family: 'Baloo', Fallback, cursive;
    font-size: 24px;
    font-weight: bold;
	padding: 0px;
	margin: 0px;
}

div#banner {
	position: absolute;
	opacity: 1.0;
	background-color: #fff;
	z-index: 1001;
	/*border-bottom-right-radius: 8px;*/
    border: solid 1px #444;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #1A7A35;
}

a.visited {
	text-decoration: none;
}
