@import url(https://fonts.googleapis.com/css?family=Open+Sans);

html 
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
}
*, *:before, *:after 
{
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body
{
	margin: 0px auto;
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	text-decoration: none;
	line-height: 1.4em;
}

h1
{
	text-shadow: 1px 2px #CCCCCC;
	line-height: 1.4em
}

a
{
	text-decoration: none;
	border-style: none;
	color: #1519C9;
}
a:hover 
{
	color: red;
	//background-color: black;
}
