html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;}
  
html {
min-height: 101%;
}

body {
background-color: #292929;
background-image: url("images/pageback.jpg");
background-position: top right);
        font-family: Trebuchet MS, Arial, Helvetica;
		font-size: 10px;
        margin: 0px 0px 0px 0px;
        width: 100%;
        /* height: 100%; */
        text-align: left;
        }

.bodytext {  font-family: arial, helvetica; font-size: 10px; color: #7b7b7b;}
.datetext {  font-family: arial narrow, arial, helvetica; font-size: 13px; color: #ffffff; font-weight: bold; }
.header {  font-family: arial narrow, arial, helvetica; font-size: 22px; color: #ffffff; font-weight: bold; }


a {  text-decoration: none; color:#da761d;}
a:hover {  color: #ffffff; text-decoration: none; }
a:visited {  color:#da761d; text-decoration: none; }


