html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}


h2 {
	line-height:1.3em;
}

ul {
	margin:0;
	padding-left:20px;
	
}

a {
	text-decoration: none;
	color: #0058a6;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}