.nav a:link {color: #42A6FF; text-decoration: none}
.nav a:visited {color: #42A6FF; text-decoration: none}
.nav a:hover {color: #FFFFFF; text-decoration: none}

a:link {color: #317CBF; text-decoration: none}
a:visited {color: #317CBF; text-decoration: none}
a:hover {color: #444444; text-decoration: none}

body {
   background-color: #EEEEEE;
   color: #222222;
   margin: 0px;
   padding: 0px;
   font-family: sans-serif;
}

#nav {
   text-align: center;
   letter-spacing: 1px;
   word-spacing: 5px;
   color: #EEEEEE;
}

#sitenav {
   background-color: #222222;
   color: #EEEEEE;
   position: absolute;
   top: 0px;
   width: 100%;
   height: 60px;
   border-bottom: 4px solid #42A6FF;
   font-weight: 300;
   font-size: 24pt;
   font-family: sans-serif;
}

#leftgroup {
   position: absolute;
   top: 12px;
   left: 68px;
}

#rightgroup {
   position: absolute;
   text-align: right;
   top: 12px;
   right: 12px;
}

#content {
   position:absolute;
   top:50px;
   margin:40px;
}

#cubeDiv {
   position: absolute;
}

td {
   vertical-align:top;
}
