@import "DoDadvanced.css";
body {
  background: #fff;
  color: #000;
  font-family: sans-serif;
}
h1 {
  font-size: 200%;
}
h2 {
  font-size: 140%;
}
h3 {
  font-size: 125%;
}
h4 {
  font-size: 110%;
}
a:link {
  color: #009;
  background-color: transparent;
}
a:visited {
  color: #969;
  background-color: transparent;
}
a:hover {
  color: #900;
  background-color: #fff;
}

p, ul, ol, blockquote {
	margin-top: 0;
	margin-bottom: 1em;
}

.logo {
	float: left;
}

