/*Font face declarations*/

/*basic styles*/
body {
	margin: 0;
}

body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
	background: white;
}
article, aside, section, nav, figure, header, footer {
	display: block;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
	color: #575451;
	margin: 0;
	line-height: 1;
}
h1 {
	font-size: 2.6em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.8em;
	text-transform: uppercase;
}
h4 {
    font: 1.2em ;
	color: black;
}
h5 {
    font: 1em ;
	color: black;
}
p
 {
	margin: 0 0 1em;
}
a {
	color: #77A0B8;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
code {
	color: red;
}

hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
} 


