
html,body,div,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,ol,ul,li,form,fieldset,legend,label,table,header,footer,nav,section{
    margin:0;
    padding:0;
    border:0;
    /*-webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale*/
}
html,body{
    height:100%;
    background-color:#E6DDD8;
    font-family: "Roboto", sans-serif;
}
ul{
    list-style:none
}

header,footer,nav,section {
    display:block
}
h1 {
	color:#3D3834;
}

a, a:active, a:hover {
	color:inherit;
	text-decoration:none;
}