#navilink {
  display: none;
}
abbr:after,acronym:after {
    content: '(' attr(title) ')';
}
a {
    text-decoration: none;
}
a:link, a:visited,h1 a:link,h1 a:visited {
    color: #003366;
    border-bottom: 1px solid #003366;
}
a[href]:after {
    font-size: 80%;
    content: '<' attr(href) '>';
}
del {
    color: #000000;
}
ins {
    border-color: #000000;
}
hr {
    background-color: #000000;
    color: #000000;
}
/* Body */
body {
    margin: 0;
    padding: 0;
	color: #000;
	background: none;
	font-size: 100%;
	line-height: 1.3em;
}
/* Header */
h1,h2,h3,h4,h5,h6 {
     border-color: #000000;
}
h1 {
  margin: 0.8em 0 0.5em 0;
  padding: 0.1em 0.5em;
	color: #000;
	border-style: solid;
	border-color: #003366;
	border-width: 0 0 medium 0;
	background: transparent;
}
h2 {
    border-width: 0 0 thin 0;
}
h3 {
    border-width: 0 0 medium 0;
}
h4 {
    border-width: thin 0 0 thin;
}
h5 {
    border-width: thin 0;
}
h6 {
    border-width: 0 0 thin 0;
}

table,th,td {
    border-width: thin;
    border-color: #000000;
}
th {
    background: none;
    text-align: center;
    color: #000000;
    font-weight: bold;
}
pre {
    border-style: solid;
    border-width: 0 0 0 medium;
    border-color: #999966;
}
q {
    color: #009900;
}
blockquote,dt {
    background: none;
}
blockquote {
    border-width: 0 0 0 thick;
    border-style: double;
    border-color: #009900;
}

dt {
    border-width: 0 0 thin 0;
    border-color: #000000;
}
dfn,abbr,acronym {
    border-bottom: medium dotted #000000;
}
dfn {
    background: none;
    border-color: #006600;
}
strong {
    border-width: medium;
}

/* Class & ID */
#intro {
    margin: -1em 0 1em 0;
}
