body	{ font-size: 1em;
	  font-weight: normal;
	  word-spacing: normal;
	  letter-spacing: normal;
	  text-transform: none;
	  background: white;
	  margin-left: 5%;
	  margin-right: 15%;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  /* font-family: Myriad Web, Geneva, Arial, Helvetica, sans-serif; */
}

small	{ font-size:	.80em;
}

big	{ font-size:	1.20em;
}

pre, listing { padding: 5px;
      background-color:#e0e0e0;
      font-family: 'Monotype.com', Courier New, monospace;
}

a { text-decoration: none;
    color: blue;
}

a:visited { text-decoration: none;
}

a:active { text-decoration: underline;
	   background: #FFD;
}

a:hover { text-decoration: underline;
	  background: #FFD;
}

a.offsite:hover { background: #FDD; }

a.anchor { background: white; }
a.anchor:hover { text-decoration: none; }
a.anchor:active { text-decoration: none; }

a.simple { background: white; }
a.simple:hover { text-decoration: none; }
a.simple:active { text-decoration: none; }


img { border: none; }

img.figure {
	float: none;
	left: 50%;
	right: 50%;
	border: 1;
}

img.left {
	float: left;
	margin-left: 0;
	border: none;
}

img.right {
	float: right;
	margin-right: 0;
	border: none;
}

	/* begin header type */	/* 6 - industrial sans */

h1, h2, h3, h4, h5, h6 {
    font-family:	Verdana, Myriad Web, Syntax, sans-serif;
    color: #66A;
    background: white;
    font-style:	normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

h1 { font-size:	2.33em;
     font-weight:	400;
}

h2 { font-size:	1.75em;
     font-weight:	700;
}

h3 { font-size:	1.58em;
     font-weight:	700;
}

h4 { font-size:	1.33em;
     font-weight:	600;
}

h5 { font-size:	1.17em;
     font-weight:	600;
}

h6 { font-size:	1em;
     font-weight:	600;
}

hr { visibility: visible;
     color: black;
}

.warning { text-transform: none;
	   font-style: normal;
	   font-weight: bolder;
	   background: white;
	   color: red;
}

del { text-decoration:	line-through;
      background:	#F66;
}

ins { text-decoration:	underline;
      background:	yellow;
}

address	{ font-style:	normal;
	  font-size:	.5em;
	  letter-spacing: .1em;
}

acronym	{ font-variant:	small-caps;
	  letter-spacing:	0.1em;
}
