    
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    main,
    nav,
    section,
    summary {
	display: block;
    }
    
    * {
	margin:0;
	padding:0;
    }
    
    html {
	height:100%;
	width:100%;
    }
    
    body {
	height:100%;
	width:100%;
    }
    
    a {
	text-decoration:none;
	outline:0;		
    }
    
    img {
	border-style:none;
    }

	.red_font {font-family:'serpentinewebfont', Arial, Helvetica, sans-serif;}