h1 {
	border-bottom-width: 4px;
	border-color: #A0FFA0;
	border-bottom-style: solid;
	line-height: 36pt;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 900;
	font-size: 24pt;
	color: #606060;
	margin-right: 0%;
}

h2 {
	border-bottom-width: 3px;
	border-color: #A0FFA0;
	border-bottom-style: solid;
	line-height: 24pt;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 800;
	font-size: 18pt;
	color: #606060;
	margin-right: 30%;
}

/*
 * Netscape 4 understands this syntax ... tag.class:pseudo-class
 */
a.external:link {
	color: #008000;
}

a.extnew:visited {
	font-style: italic;
}

a.extnew:link {
	font-style: italic;
	color: #008000;
}

/*
 * a:hover does not work for Netscape 4.51
 */
a:hover {
	text-decoration: none;
}

a:visited {
	color: #808080;
}

a:link, .unlinked {
	color: #4040FF;
}

a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
}

/* <tr>, <td> and anything else, but not <a> */
/* Netscape 4.51 does not like padding: attribute on an <a> tag */
tr.stripe, td.stripe {
	background-color: #D0D0D0;  /*  lightgrey   */
}

p.section {
	color: black;
}

.sectitle {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 800;
	font-size: 18pt;
}

.key {
	text-align: right;
	width: 20%;
	float: right;
}

.nudge {
	padding-top: 20px;
}

/* For files 0 - 150 kb */
td.smallfile {
	text-align: right;
}

/* For files 151 - 800 kb */
td.mediumfile {
	background-color: yellow;
	text-align: right;
}

/* For files 801 kb and over */
td.largefile {
	background-color: #FFA0A0;
	text-align: right;
}

/* For absent/deleted files */
td.nofile {
	text-align: right;
	color: #606060;
}


/* This doesn't work in Netscape */
td.second {
	padding-left: 5%;
}

td {
	background-position: top;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	padding: 2px;
}

.cookie {
	text-align: center;
	margin-left: 15%;
	border-style: solid;
	padding: 3px;
	border-width: 3px;
	border-color: #000000;
	width: 70%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
}

.examplcap {
	text-align: left;
	margin-left: 15%;
	padding: 6px;
	width: 70%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
}

.example {
	text-align: left;
	margin-left: 15%;
	border-style: solid;
	padding: 3px;
	border-width: 3px;
	border-color: #000000;
	width: 70%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
}

code {
	font-family: monospace;
}

ul, ol, p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #404040;
}

