html, * {
    font-family: Arial,Helvetica,sans-serif;
    font-size:10pt;
    margin:0px;
  }

body {
  margin:5px;
  width:100%;
}

body,html {
    text-align:left;
}

h1{
font-size:110%;
}

h2{
font-size:105%;
}

h3,h4,h5{
font-size:100%;
}

#Nav * {
  display:none;
}

 #news-form * {
  display:none;
}

.news-article{
  page-break-before:auto;
  border:1px black solid;
}

.noprint{
  display:none;
}

#spacer{
  height:10px;
}

.logo{
  float:right;
}

.container-710{
  width:100%;
}

.container-400{
  width:70%;
}

.page{
  width:100%;
}

.page-content{
  text-align:justify;
}

a:link:after, a:visited:after {
   content: " (" attr(href) ")";
   font-size: 80%;
}
