/* This is a CSS comment tag! */


body {font-family:verdana; font-size:14.4px; margin:0px;}
/*originally 11.4px*/
.hed {font-size:11.4px; color:#996633;}
.justify {
	text-align: justify; 
	font-family: "Comic Sans MS", Trebuchet, verdana, arial, verdana, sans-serif, helvetica;
	line-height: 1.5em;
	}


h1, h2, h3, h4, h5, h6, p, ul, ol, dir, menu, div,
dt, dd, address, blockquote, pre, hr {display: block;}

cite, var, tt, code, kbd, samp, img {display: list-item;}
strong, i, em {display: inline;}

h1, h6 {font-weight: bold;}
h1, h3 {margin-top: .5em; margin-left:200px;}
h1 {text-align: center; font-size: xx-large}
h2 {
	text-align: right; 
	font-size: x-large;
	font-family:verdana; 
	font-style:oblique;
	font-weight: bold; 
	color:brown;
	margin-top: 1em;
	margin-left: 2em;
	margin-right: 2em;
	}

/* margin-top: .5em; 
	margin-left:200px; */

h3 {
	font-style: italic; 
	text-align: right; 
	font-size: medium;}

/*
ul, dir {list-style: disc }
ol { list-style: decimal }
menu {margin:0}
li {margin-left: 0.1em; line-height: 1.3;}
*/

hr {border-to: solid} /* 'border-bottom'could also have been used */

a { text-decoration: none}
a:link {color: #996633} /* unvisited link */
a:visited {color: brown}	/* visited links */
a:hover {color: yellow}	// hover links
a:active {color: yellow}	//active links