body {
	margin: 0;
	padding: 8px;
	line-height: 1.33em;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%; /* font sizing in ems, baby. if you want to change anything, just change this. */
							/* funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems  */
							/* 76% is as small as you can go and stay the same across browsers. poop.  */
	color: #000;
	background-color: #d9dfed;
    background-image: url(../images/amcback.jpg);
	background-attachment: fixed;
				/* background-image: url(http://www.thenoodleincident.com/img/_.gif); -put coment escape start here if used- these three */
				/* lines replace the n4_upgrade.gif in n4.css. and if you use this code, make sure you point to an img on _your_ server, not mine.*/
				/* background-repeat: no-repeat; */
				
	background-position: top left; 
	overflow: auto;
	}
#content {
	margin: 0em;
	padding: 4em 6em 2em 6em;   /* use padding instead of margin for multicolumn layouts because of a really odd +/
												/* ie5pc bug where it sometimes relates the width of an unrelated menu div to this div. i'll, uh, write about that somewhere.  */
												/*	it was hard to figure out what was causing it, so i want this note here to remind me. */
}
	
/* the following classes are to demonstrate better line heights for narrow columns */	
.narrow1{
	width: 50%;
	line-height: 1.3em;
	}
.narrow2{
	width: 50%;
	line-height: 1.5em;
	}
		
/*typography*/
a {
	text-decoration: none;
	font-weight: bold;
	
	}
a:link {font-family: verdana, arial, helvetica, sans-serif; color:#0000FF;} /* links blue */
a:visited {font-family: verdana, arial, helvetica, sans-serif; color:#CC33FF;} /* links purple */
a:active {font-family: verdana, arial, helvetica, sans-serif; color:#FF0000;} /* links red */
a:hover {color:#0000FF; text-decoration: underline overline;}

/* A.type1:link    {color:#FFDD00; text-decoration:none;} */
/* A.type1:visited {color:#FFDD00; text-decoration:none;} */
/* A.type1:active  {color:#FFDD00; text-decoration:none;} */
/* A.type1:hover   {color:#00FF80; text-decoration:underline;} */

/* A.type2:link    {color:#FF0000; text-decoration:underline;} */
/* A.type2:visited {color:#FF0000; text-decoration:underline;} */
/* A.type2:active  {color:#FF0000; text-decoration:underline;} */
/* A.type2:hover   {color:#ABCDEF; text-decoration:underline;} */

/* A.type3:link    {color:#00CCFF; text-decoration:none;} */
/* A.type3:visited {color:#00CCFF; text-decoration:none;} */
/* A.type3:active  {color:#00CCFF; text-decoration:none;} */
/* A.type3:hover   {color:#FF8000; text-decoration:overline underline;} */

HR              { border: 1px inset }
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	line-height: 1.17em;
	}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
/* img {
	border: 2px;
	} */
ol, ul, li {/* list-style: none; */
	font-size: 1.0em;
	line-height: 1.0em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	text-align: justify;
	color: #660033;
	}
li > p {
	margin-top: 0.2em;
	}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bolder;
	}
	
U, INS          { text-decoration: underline }
CENTER          { text-align: center }	