/* font_properties.css */

#header {text-align: center; background-color: #ccc; color: #000; font-size: 100%;}
#header h1 {font-size: 1.5em;}
#header h2 {font-size: 1.2em;}
#header p {font-size: 1em; }
#header a {color: #00f; font-size: inherit; }

.comments {background-color: rgb(205, 255, 255); color: rgb(129, 0, 0); margin-left: 50px; margin-right: 50px; font-size: .9em;}



