body {
  margins: 0px;
  padding: 0px;
  background-color: #000066;
  text-color: #ccccff;
}

body ul, li {
  color: #ccccFF;
}

.standOut {
  color: red;
}

p {
  color:#cccccc;
}
/*
p {
  color:#000000;
}
*/

h1 {
  color:#ccccff;
}

a:link, a:visited {
  color:#ffffff;
}

a:hover {
  color:#ffff00;
}

#navigation a:link {
  color: #ffffff;
}

#navigation a:visited {
  color: #ffffff;
}

#navigation a:hover {
  color: #ff8800;
}

#navigation a {
  display: block;
  font-size: 14pt;
}

#navigation p {
  color: #ffffff;
}

#navigation h1 {
  font-size:24pt;
}

#navigation {
  position: fixed; top:0px; left: 0px;  
  padding: 20px;
  width: 180px;
  height:100%; 
  background: url(images/blue_dragons2.jpg) repeat top left;
  color:#ffffff;
  font-size: 10pt;
}
/*
background was images/sky4.jpg
*/

#content {
  height: 100%;
  position: absolute; top:0px; left:200px;
  border-left: 2px solid grey;
  padding: 20px;
}



#gigListTable{
  color: white;
}