/* So the HTML5 structural tags work in older browsers */
article, aside, figure, footer, header, nav, section {
    display: block;
}

/* the styles for the elements */
body {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 87.5%;} 
	h1 {color: #800000; text-indent: 30px}
	h2 {font-style: italic; margin-left: 30px}
	p {text-indent: 30px}
	
	section h1 {font-size:150%; color:8000;}
	section h2 { font-size:120%}
	#speakers {font-size:175% ; color:#000000;}
	a

/* the styles for the header */
header img {
	float: left; 
}

/* the styles for the section */
section {
	clear: left; text-indent: 30 px
}

/* the styles for the footer */
