/* 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 {}
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}
h4 {}
h5 {}
h6 {}
address {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 {}
pre {}
ins {}
del {}

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

/* Section 11: Tables */
table {font-size:105%;}
caption {color:#FFA814; text-align:left; font-size:95%;}
thead {}
tfoot {}
tbody {}
colgroup {}
col {}
tr {}
th {font-size:85%;}
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 {margin:0;}
input {}
input:focus {}
button {}
button:focus {}
select {}
select:focus {}
optgroup {}
option {}
textarea {}
textarea:focus {}
label {}
fieldset {}
legend {}

label {}
fieldset {padding:1em; border:1px solid #F38E16;}
legend {font-size:1em; color:#c07c23; font-weight:bold;padding:0.5em 0 1em 0;}
input, textarea {border:1px solid #F9E4CC;}
input:focus, textarea:focus {border-color: #F38E16;}	

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