/* 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 {
	margin: 10px;
	padding: 0;
	font: normal normal normal 9pt Verdana, Arial, Helvetica, sans-serif;
	voice-family: "\"}\"";
	voice-family: inherit;
}
h1 {
	font-size: 1.3em;
	font-weight: bold;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
}
h3 {
	font-size: 1.05em;
	font-weight: bold;
}
h4 {
	font-size: 1em;
	font-weight: bold;
}
h5 {}
h6 {}
address {}
 
/* 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 {
	padding: 2px 5px;
}
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/>
*/