/* ---- Style sheet for diary pages ---- */


body {
  font-family: Verdana, Geneva,  sans-serif;
  font-size: 100%;
  background-color: grey;
  margin:0;
}

#wrapper {
  width: 960px;
  margin: 0 auto;
  background-color: #333;
  color: #ccc;
  /* outline: 2px solid red; */ 
}

#header {
  text-align: center;
  color: #ccc;
  font: bold 1.5em "Times New Roman";
  padding-top: .1em;
  border-bottom: double white; 
  background-image: url("/Graphics/Header_1400x150.jpg");         /* For Internet display */
  background-image: url("/Vietnam/Graphics/Header_1400x150.jpg"); /* For desktop display */
  /* outline: 2px solid green; */ 
}

h3 {
  text-align: center;
  color: green;
}


#content {
  position: relative;  
  width: 940px;
  margin: 0 ;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 40px;
  background-color: #333;
  color: #ccc;
  font-size: 95%;
  /* outline: 2px solid orange; */
  
}

a:link { color: #3ccfff; }     /* color is light blue */
a:visited { color: #fff79d;}   /* color if link has been visited, light yellow */
a:focus { color: orange;}      /* color after link has been visited and before another link is selected */
a:hover { color: pink; }       /* color when cursor is moved over link */
a:active { color:teal; }       /* color when link is selected */

.fltrt {  
  float: right;
  margin-left: 8px;
}

.fltlft { 
   float: left;
   margin-top: 8px;
   margin-right: 8px;
}
.clearfloat { 
   clear:both;
   height:0;
   font-size: 1px;
   line-height: 0px;
}

.greenName {
  color: lime;
}

.redSunday {
  color: red;
}

#footer {
  clear: left;
  text-align: center;
  font-size: 80%;
  border-top: double white;
  color: yellow;
  padding-bottom: 10px;
  background-image: url("/Graphics/Header_1400x150.jpg");         /* For Internet display */
  background-image: url("/Vietnam/Graphics/Header_1400x150.jpg"); /* For desktop display */
}