@charset "utf-8";
/* CSS Document */

/*
   Reset Style Defaults
   Author: Lauren K. Jones
   Date:   10/15/2013

   Filename:  delta_reset.css
*/

 /*Display HTML5 structural elements as blocks */

article, aside, figure, figcaption, footer, hgroup, header, section, nav {
	display: block;
}

/* Set the default page element styles */

body * {
	font-family: 'Roboto', Arial, Veranda, Geneva, sans-serif;
	font-size: 100%;
	font-weight: inherit;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
	vertical-align: baseline;
	font-weight: 300;
}
/* To keep IE from putting borders around image links*/
body a img {
	border: 0px;
}