@import url(https://fonts.googleapis.com/css?family=Lato:700|Merriweather:300,300italic,700|Raleway:500);


html {
	background-color: #2a2a2a;
}

body {
	color: white;
	font-size: 125%
}

p {
	font-family: monospace;
	line-height: 150%
}

blockquote {
	/*font-family: Helvetica, cursive;*/
	text-align: justify;
	/*font-style: italic;*/
	font-size:larger;
}

#span {
	
	text-align: right;
}


h1,h3,h4,h5,h6, blockquote {
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
h2 {
	  font-family: "Raleway", sans-serif;
	font-weight: 500;
}
p,a,li {
  font-family: "Merriweather", serif;
  font-weight: 300;
}

img {
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 55%;
}