#outer {
width:100%;
}
#inner {
width:800px;
margin:0 auto;
}
#nhHeader {
position:relative;
padding-top:20px;
}
#nhHeaderText {
margin:0px 0px 40px 60px;
font-family: Arial, sans-serif;
font-size: 12px;
font-weight: bold;
font-style: normal;
}
.nhLogo {
position:absolute;
top:20px;
left:0;
width:100%;
max-width:50px;
}
.preview {
width:100%;
background-color: green;
color: white;
padding: 10px;
}

img { max-width: 100%;}

a:link, a:visited, a:hover {
    color:blue;
    text-decoration: none;
    box-shadow: none;
}

.preview a:link, .preview a:visited {
color:#DBDBDB;
}

.preview a:hover {
color:white;
}

a.goTo:link, a.goTo:visited {
color:#428BCA;
}

a.goTo:hover {
color:blue;
}

button {
  box-shadow: none;
}

.nhButton, input[type=submit] {
border: solid 2px;
border-radius: 4px;
padding: 3px 9px 4px;
background-color: #DFE2E4;
background: linear-gradient(0.000000turn, #EFF0F1, #DFE2E4);
border-color: #000000;
color: #333333;
font-family: Arial, sans-serif;
font-size: 13px;
font-weight: bold;
font-style: normal;
text-decoration: none;
}

.nhButton:hover, input[type=submit]:hover {
    background: linear-gradient(0.000000turn, #B0DDBA, #A9DAB4);
}
p, textarea, li, summary {
font-family: Arial, sans-serif;
font-size: 12px;
font-weight: normal;
font-style: normal;
}

h1, h2, h3 {
font-family: Arial, sans-serif;
}

h1 {
font-size: 20px;
}

h2 {
font-size: 16px;
}

h3 {
font-size: 14px;
}
