.button {
  background-color: #000099;
  color: white;
  text-align: center;
  font-size: 14px;
  width: 200px;
  border-radius: 8px;
}

.menubutton {
  background-color: #000099;
  color: white;
  text-align: center;
  font-size: 14px;
  width: 200px;
  border-radius: 8px;
  visiblity: hidden;
}

body {
 margin: 0;
 padding: 0 0 0 0;
 font-family: "arial", sans-serif;
 font-size: small;
 background: #0c2994;
}

#footer { 
 background: #0c2994;
 font-size: 70%;
 display: none;
}

H1 {
 font-family: "times new roman", serif;
 color: #0c2994;
}
H2 {
 font-family: "times new roman", serif;
 color: #0c2994;
}

H3 {
 font-family: "times new roman", serif;
 color: #0c2994;
 margin-bottom: 0;
 padding-bottom: 0;
}
H4 {
 font-family: "times new roman", serif;
 color: #0c2994;
 margin-bottom: 0;
 padding-bottom: 0;
}

A.topbar:link {color:white}
A.topbar:visited {color:silver}
.topbar {color:white}
.headline {margin: 0}
.byline {margin: 0; padding: 0}
.highlight {background: #D9D9D6}
A.sidebar:link {color:white}
A.sidebar:visited {color:silver}
A.sidebar:hover {color:#0c2994; background-color:white}

A:link {color:0c2994}
A:visited {color:green }
A:hover {color:red;}

#menu {
 float: left;
 width: 170px;
 background:  #0c2994;
 display: none;
}
#menu ul {
 margin: 0px;
 display: none;
}
#menu li {
 list-style-type: none;
 margin-left: 2px;
 margin-bottom: 3px;
 padding: 0px;
 display: none;
}
#menu a:visited {color:silver}
#menu a:link {color:white}
#menu a:hover {color:#0c2994; background-color:white}
#menu p {
 color: white;
 margin-left: 3px;
 padding: 0px;
}
#menu b {
 color:white;
 font-family: "times new roman", serif;
 font-size:14px;
}

#content {
 background: white;
 margin-top:0px;
 margin-right: 10px;
 margin-left: 10px;
 padding: 10px;
 background-image: url("/images/snowfield.gif");
}

#content hr {
 color: #0c2994;
 border: 1px solid #0c2994;
}

.rbubble {
 width: 150px;
 border: 2px solid #0c2994;
 margin-left: 4px;
 margin-right: 0px;
 margin-top: 20px;
 float:right;
 display: none;
}
.rbubble h3 {
 width: 100%;
 color: white;
 background-color: #0c2994;
 padding: 0;
 margin: 0;
 text-align: center;
}
.rbubble p {
 margin-left: 3px;
 margin-right: 3px;
 margin-top: 5px;
 margin-bottom: 5px;
 padding: 0;
}


p {
 display: block;
 font-size: small;
}

dl {
 display: inline-block;
}

#content dt {
 font-weight: bold; 
}
#content dd {
 margin-bottom: 8px;
}

.tightlist {
 margin-top: 2px;
 margin-bottom: 2px;
 border-top:2px;
 border-bottom:2px;
 list-style: none;
}

ul.photoalbum {
 list-style-type: none;
 display: block;
 width: 90%;
}
ul.photoalbum li {
 margin-right: 6px;
 margin-bottom: 10px;
 font-weight: bold;
 float: left;
 text-align: center;
 height: 200px;
}
ul.photoalbum img {
 
}
.indent {
 margin-right: 10px;
 margin-left: 10px;
 margin-top: 0px;
 margin-bottom: 0px;
}

.red {
 color: #0c2994;
 font-weight: bold;
}

.pageafter {
 page-break-after: always;
}

.pagebefore {
 page-break-before: always;
}

.maydisappear {
 display: none;
}

.shadow {
 color: #66CCFF;
}

p.nvr {font-family: courier, fixed; text-align:justify; color: #2aeb0b; background-color: black}



