@charset "utf-8";
/* CSS Document */

/* Section 7.5: The document body */
body { font-family:Arial, Helvetica, sans-serif; font-size:1em; }
h1 { color:#999966; font-size:1.5em; border-top:1px solid; margin:0em; margin-bottom:1em;}
h2 {}
h3 {}
h4 {}
h5 { display:inline-block; color:#999966; font-size:1em; border-bottom:1px solid; margin:0em;}
h6 {}
h4 {}
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 { }
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 */
.md-menulink a:link { text-decoration:none; color:#999966;}
.md-menulink a:visited {text-decoration:none;color:#999966;}
.md-menulink a:link:hover {text-decoration:none;color:#999966;} /* [1] */
.md-menulink a:visited:hover {text-decoration:none; color:#7960ae;}
.md-menulink a:active {text-decoration:none;color:#7960ae;}
.md-menulink a:focus {text-decoration:none;color:#999966;}
.md-menulink a:focus:hover {text-decoration:none;color:#999966;}

a:link { text-decoration:none; color:#7960ae;}
a:visited {text-decoration:none;color:#7960ae;}
a:link:hover {text-decoration:underline; color:#7960ae;} /* [1] */
a:visited:hover {text-decoration:none; color:#7960ae;}
a:active {text-decoration:none; color:#7960ae;}
a:focus {text-decoration:underline;color:#7960ae;}
a:focus:hover {text-decoration:underline;color:#7960ae;}

a.md-nodelink:link { text-decoration:none; color:#ffffff;}
a.md-nodelink:visited {text-decoration:none;color:#ffffff;}
a.md-nodelink:link:hover {text-decoration:underline; color:#ffffff;} /* [1] */
a.md-nodelink:visited:hover {text-decoration:none; color:#ffffff;}
a.md-nodelink:active {text-decoration:none; color:#ffffff;}
a.md-nodelink:focus {text-decoration:underline;color:#ffffff;}
a.md-nodelink:focus:hover {text-decoration:underline;color:#ffffff;}

/* Section 13: Objects, Images, and Applets */
img { border:none;}
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/>
*/
