* {
 margin: 0;
 padding: 0;
}
img {
 border: 0;
}
ul {
 list-style-type: none;
}

a:link {
 color: #0683B4;
 text-decoration: underline;
}
a:visited {
 color: #0683B4;
 text-decoration: underline;
}

body {
 background: #fff;
 color: #000;
}
#smallnav, #navbefore, #navafter {
 display: none;
}
#header h1 span {
 display: inline;
}
#header h1 {
 margin: 0;
}
#main, #wrap {
 width: auto;
}
.highlight {
 font-weight: bold;
}
