body {
	background: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
	color: #06C;
	text-align: center;
}

a {
   outline: 0;
}

strong { font-weight: 700; }

a, a:hover, a:focus {
	color: #888;
	text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

h1, h2 {
	margin-top: 10px;
	font-size: 42px;
    font-weight: 700;
    line-height: 54px;
}

img { max-width: 100%; }

::-moz-selection { background: #b44e4a; color: #fff; text-shadow: none; }
::selection { background: #b44e4a; color: #fff; text-shadow: none; }
