/* So the HTML5 structural tags work in IE */
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%;
}


img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


h1 { font-size: 200%; }
h2 { font-size: 150%; }
h3 { font-size: 125%; }
/*h4 { font-size: 110%; } */


a { font-weight: bold; }
a:link { color: green; }
a:hover, a:focus { color: blue; }


em { 
    font-weight: bold;
}

/* the styles for the header 
header img {
	float: right; 
} */

header h1 {
    color: #006400;
    text-align: center;
	text-shadow: 2px 2px 2px silver;
}

header h2 {
    color: green;
/*	font-style: italic; */
    text-align: center;
}

header h3 {
    color: teal;
	font-style: italic;
    text-align: center;
    margin-bottom: 0.5em;
}

header p {
    color: teal;
    margin-top: 0em;
/*	font-style: italic; */
    text-align: center;
}

#propLinks {
    text-align: center;
}

#postAd {
    text-align: center;
}


/* the styles for the footer */

img.top-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

footer {
	margin-top: 2em;
}
footer p {
	color: blue;
	font-size: 75%;
	text-align: center;
}
