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

@import url("reset.css");





body { 
		font-family: Georgia, "Times New Roman", Times, serif; color: #222; }

h1 {font-size: 26px; color: #000; margin: .5em 0 0 0; }
	
h2 {font-size: 22px; color: #341806; margin: .5em 0 0 0; }


a, a:visited { color: #a04c26; }
a:hover {color: #663333; }

p { font-size: 1.4em; line-height: 1.4em; margin: 1em 0; color: #333; 	}

em {font-style: italic; }
strong {font-weight: bold; }


