body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background: white;
  margin: 0;
  padding: 0;
  color: black;
}

.coverpage {
  background: white;
}

.coverpage #header {
  margin-top: 5em;
}

.coverpage #header h1 {
  background: none;
  text-indent: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
}


.coverpage .author {
  color: #2c5180;
  margin-bottom: 0.2em;
  padding: 0;
}

.coverpage .author strong {
  display: inline;
}

.coverpage .date {
  color: #553727;
  font-size: 70%;
  text-transform: uppercase;
  border-bottom: 1px solid #2c5180;  
  padding: 0;
  margin-top: 0;
}

.coverpage .date strong {
  display: none;
}

.coverpage .event {
  color: #553727;
  font-size: 70%;
}

.coverpage .event strong {
  display: none;
}

p.image {
  text-align: center;
}

img {
  border: 2px solid #666;
  padding: 4px;
}

#header {
  margin: 0;
  overflow: hidden;
  line-height: 1.2;
  background: white;
  padding: 0.8em 0 0.8em 5em;
}

#header a {
  text-decoration: none;
  color: #5b554c;
}

h1 {
  background: white url(w3c_home.png) no-repeat 0 0;
  width: 72px;
  height: 48px;
  text-indent: -10000px;
  padding: 0;
  margin: 0;
}


#content {
  margin: 0.5em 3em 1em 3em;
  font-size: 170%;
  line-height: 1.3;
}

#navigation {

}

.coverpage ul#nav {
  top: 10px;
}

.coverpage #toc a {
  right: 45px;
}

.coverpage #switch a {
  right: 80px;
}

ul#nav {
  position: absolute;
  top: 5px;
  right: 0px;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul#nav li {
  display: inline;
  list-style: none;
  background: none;
}

.coverpage #prev {
  display: none;
}

#prev a, #next a, #toc a, #switch a {
  position: absolute;
  top: 0;
  width: 40px;
  height: 30px;
  margin: 0;
  background: url(right.gif) no-repeat 0 0; 
  text-indent: -10000px;
  text-decoration: none;
}

#prev a:hover, #next a:hover, #toc a:hover, #switch a:hover {
  background-position: 0 -35px;
}

#next a {
  right: 10px;
  background: url(right.gif) no-repeat 0 0; 
}

#prev a {
  right: 45px;
  background: url(left.gif) no-repeat 0 0; 
}

#toc a {
  right: 80px;
  background: url(toc.gif) no-repeat 0 0; 
}

#switch a {
  right: 115px;
  background: url(style.gif) no-repeat 0 0; 
}

/*
#slideno {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0;
  overflow: hidden;
  line-height: 1.2;
  padding: 0.8em 0 0.8em 1em;
  text-transform: uppercase;
}
*/

#info {
  border-top: 1px solid black;
  margin: 0.5em 3em 1em 3em;
  padding-top: 0.25em;
  font-size: 120%;
  line-height: 1.5;
}

#info address {
  display: inline;
  padding-right: 0.5em;
}

#position {
  float: right;
}

h2 {
  margin: 0 0 0.5em 0;
  font-size: 130%;
  color: #2c5180;
}

p {

}

code {

}

strong {
  /* color: #553727; */
  font-weight: bold;
}

em {
  font-weight: normal;
}

pre {

}

ul {
  margin-left: 0;
  padding-left: 0;
}

ul li {
  margin: 0.5em 0.25em 0.7em 1em;
  padding: 0;
}

ol li {
  margin: 0.5em 0.25em 0.7em 0.25em;
}

ul li ul li {
  font-size: 90%;
}

a {
  color: black;
  text-decoration: underline;
  font-weight: bold;
}

tr {
  background: none;
  font-size: 100%;
}

th {
  background: none;
  font-size: 100%;
}

td {
  background: none;
  font-size: 100%;
}

table {
  font-size: 100%;
}
