body {
      font-family:tahoma;
      font-size:14pt;
      color:black;
      background-color:#ffffff;
      margin-left: 10px;
      margin-right: 50px;
      margin-bottom: 50px;
      padding:0;
      background-image: url("images/turquoisewater2.jpg") ;
      background-attachment: fixed ;
}
p,div {
      text-align:justify;
}
#content {
      position:absolute;
      top:0;
      left:220px;
      width:500px;
      padding:5px;
}
#navig {
      position:fixed;
      top:0;
      left:0;
      width:200px;
      text-align:left;
      padding:5px;
}
#navig td {
      background-color:#0000ff;
}
#time {
      position:absolute;
      font-size:80%;
      top:20px;
      left:700px;
}
h1 {
      font-family:tahoma;
      font-size:22pt;
      font-style:italic;
      text-align:center;
      color:#0000ff;
}

h2 {
      margin-left:auto;
      margin-right:auto;
      font-family:tahoma;
      font-size:18pt;
      font-style:italic;
      text-align:center;
      color:#0000ff;
      width:300px;
      vertical-align:bottom;
      border-top: 10px solid #ff0;
      border-left: 10px solid #f00;
      border-right: 10px solid #f90;
      border-bottom: 10px solid #00f;
      padding:5px;
}

h3 {
      font-family:tahoma;
      font-size:16pt;
      color:#0000ff;
}


#navig a:link {
      color:#fff;
      text-decoration:none;
}

#navig a:visited {
      color:#fff;
      text-decoration:none;
}

#navig a:hover {
      color:#999;
      text-decoration:underline;
}

a:link {
      color:#0000ff;
}

a:visited {
      color:#00cc00;
}

a:hover {
      color:#000000;
      text-decoration:underline;
}

dt {
      font-weight:bold;
}

#popitmenu{
position: absolute;
background-color: #0000ff;
border:1px solid black;
font: bold 16px tahoma;
text-align:left;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 10px;
color: white;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #ffffff;
color: #0000ff;
}

