/* Style properties for HTML elements based on the HTML 4.01 Specification.
   <http://www.w3.org/TR/html401/cover.html#toc>
*/

/* Section 7.5: The document body */
body {
	background-color: #f6f4ef;
	color: #000000;
	voice-family: "\"}\"";
	voice-family: inherit;
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 3px 0;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 2px 0px;
}
h3 {
	display: block;
	border-bottom: 1px solid #000;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
	margin-left: 5px;
	padding: 0 0 5px 0;
}
h4 {
	margin-left: 10px;
}
h5 {}
h6 {}
address {
	margin: 0;
	padding: 0;
	margin-left: 25px;
	margin-bottom: 12px;
	display: inherit;
	font-style: normal;
}

/* Section 9: Text */
/* 9.2: Structured text */
em {}
strong {}
dfn {}
code {}
samp {}
kbd {}
var {}
cite {}
abbr {}
acronym {}
blockquote {}
q {}
sub {}
sup {}
/* End of 9.2 */
p {
	margin: 10px 6px 10px 6px;
	padding: 0;
	max-width: 608px;
}
pre {}
ins {}
del {}

/* Section 10: Lists */
ul {}
ol {}
li {}
dl {}
dt {}
dd {}

/* Section 11: Tables */
table {}
caption {}
thead {}
tfoot {}
tbody {}
colgroup {}
col {}
tr {}
th {}
td {}

/* Section 12.2:  The A element */
a:link {}
a:visited {}
a:link:hover {} /* [1] */
a:visited:hover {}
a:active {}
a:focus {}
a:focus:hover {}

/* Section 13: Objects, Images, and Applets */
img {}
object {}
applet {}

/* Section 15: Alignment, font styles, and horizontal rules */
/* 15.2: Fonts "[...] their use is discouraged in favor of style sheets." */
tt {}
i {}
b {}
big {}
small {}
/* End of 15.2 */
hr {}

/* Section 16: Frames */
iframe {}

/* Section 17: Forms */
form {}
input {}
input:focus {}
button {}
button:focus {}
select {}
select:focus {}
optgroup {}
option {}
textarea {}
textarea:focus {}
label {}
fieldset {}
legend {}

/*
  [1] "... prevents hover styles from being applied to non-hyperlink anchors."
      <http://devedge.netscape.com/viewsource/2003/arbitrary-hover/>
*/