/* Fonts from Google Fonts - more at https://fonts.google.com */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');

body {
  	background-color: white;
  	font-family: "Open Sans", sans-serif;
  	padding: 5px 25px;
 	font-size: 18px;
  	margin: 0 auto;
  	color: #444;
	width :100%;
	max-width:500px;
	background-color:;
	text-align: center left;

}


h1 {
  font-family: "Helvetica", serif;
  font-size: 32px;
}
h2{
  font-family: "helvetica";
  font-size: 20px;
  
  
}
a {
   text-decoration: none; 
}

a:visited {
    color:black;
}

a:hover, a:active {
    opacity: .5;
}

a:hover{
    text-transform:uppercase;
}