body {
  text-align: center;
}
h4 {
  color: #00a3d8;
}
.dn_container
{
  margin: 0 auto;
  width: 600px;
  text-align: left;
}
.dn_header
{
	clear: both;
	float: left;
	width: 100%;
  margin-bottom: 20px;
}
.dn_header img
{
  float: left;
}
.dn_navlinks {
  margin-top: 75px;
  float: left;
}
.dn_navlinks a
{
  text-decoration: none;
  color: #00a3d8;
}
.dn_navlinks a:hover
{
  color: #FFF;
	font-weight: bold;
	background: #87898f;
}
.dn_content {
  margin-top: 20px;
}
.dn_content ul li
{
  line-height: 30px;
}

.dn_content ul li a {
  text-decoration: none;
  font-size: 16px;
  color: #87898f;
}

.dn_content ul li a:hover
{
  color: #0ea1df;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body
{
  font-family: Tahoma Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #5b5c60;
}

h2
{
  float: left;
  font-size: 30px;
  color: #a2a5ae;
  font-weight: normal;
  display: block;
}

h3
{
  float: left;
  font-size: 24px;
  color: #00a3d8;
  font-weight: normal;
  display: block;
}

h4
{
  font-size: 18px;
  color: #00a3d8;
  font-weight: bold;
  display: block;
}

h5
{
  font-weight: bold;
  display: block;
}

h6
{
  float: left;
  width: 100%;
  font-size: 24px;
  color: #00a3d8;
  font-weight: normal;
}
