html {
	font-family: 'Source Sans Pro', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
h1 {
	font-size: 2em;
}
img {
	border: 0;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #0B0B61;
	text-decoration: none;
}

a:visited {
	color: #0489B1;
}

a:hover,
a:focus,
a:active {
	color: #B40404;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: none;
}

.scrollup{
width:40px;
height:40px;
opacity:0.3;
position:fixed;
bottom:50px;
right:100px;
display:none;
text-indent:-9999px;
background: url('/icon_top.png') no-repeat;
}
