* {
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
}
a{
	text-decoration:none;
	color: #5269A0;
	-webkit-transition: 0.5s ease;  
	-moz-transition: 0.5s ease;  
	-o-transition: 0.5s ease;  
	transition: 0.5s ease;
}
a:hover{
	color: #37476C;
	-webkit-transition: 0.2s ease;  
	-moz-transition: 0.2s ease;  
	-o-transition: 0.2s ease;  
	transition: 0.2s ease;
}
html{
	background-color:white;
}
body{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
img{
	border: none;
	vertical-align:middle;
	margin-top: -10px;
	margin-bottom: -10px;
}

/*h2{
	margin: 5.2em;
}*/