body
 {
 background: #8696af;
 color: #000000;
 }
td
 {
 font-family: Verdana;
 font-size: 13px;
 }
p
 {
 margin: 0px;
 padding: 0px;
 }
#nav
 {
 font-family: Verdana;
 font-size: 13px;
 font-weight: bold;
 color: #8696af;
 background: #000000;
 padding: 3px 3px 3px 3px;
 height: 24px;
 }
#nav a:link, #nav a:active, #nav a:visited
 {
 font-family: Verdana;
 font-size: 13px;
 font-weight: bold;
 text-decoration: none;
 color: #eaecf1;
 margin: 0px 5px 0px 5px;
 padding: 0px 3px 0px 3px;
 background: #000000;
 border: solid 1px #000000;
 }
#nav a:hover
 {
 font-family: Verdana;
 font-size: 13px;
 font-weight: bold;
 text-decoration: none;
 color: #000000;
 margin: 0px 5px 0px 5px;
 padding: 0px 3px 0px 3px;
 background: #8696af;
 border: solid 1px #eaecf1;
 }
a:link, a:active, a:visited
 {
 font-family: Verdana;
 font-size: 13px;
 font-weight: bold;
 text-decoration: none;
 color: #003366;
 }
a:hover
 {
 font-family: Verdana;
 font-size: 13px;
 font-weight: bold;
 text-decoration: none;
 color: #8986af;
 }
#content
 {
 background: #eaecf1;
 background-image: url('/images/trees_left.jpg');
 background-repeat: no-repeat;
 background-position: bottom left;
 padding: 15px 0px 15px 15px;
 }
h1 {
 font-family: Verdana;
 font-size: 15px;
 font-weight: bold;
 color: #000000;
 width: 100%;
 padding: 0px 0px 6px 35px;
 margin: 0px 0px 15px 5px;
 border-bottom: solid 2px #000000;
 background-image: url('/images/skier.gif');
 background-repeat: no-repeat;
 }
#sidebar
 {
 width: 190px;
 background: #eaecf1;
 background-image: url('/images/trees.jpg');
 background-repeat: no-repeat;
 background-position: bottom right;
 }
#weather
 {
 width: 155px;
 border: solid 1px #000000;
 text-align: left;
 margin-top: 15px;
 }
#conditions
 {
 width: 155px;
 border: solid 1px #000000;
 text-align: left;
 margin-top: 15px;
 margin-bottom: 15px;
 }
#footer a:hover
 {
 color: #000000;
 }
.border
 {
 border: solid 1px #000000;
 }
.admin_header
 {
 background: #000000;
 color: #eaecf1;
 font-weight: bold;
 }
.val
 {
 background: #ffff00;
 }