a:link {
   color: #3366FF;
   background-color: transparent;
   }
a:visited {
   color: #FF9900;
   background-color: transparent;
}
a:hover {
   color: rgb(51, 102, 255);
   background-color: #FF9900, transparent;
}
a:active {
   color: rgb(255,148,0);
   background-color: #ffa;
}
.navigation:link {
}
.navigation:visited {
}
.navigation:hover {
 background-color: #FFFFFF;
}
.navigation:active {
}

a:ul { list-style-image: url(Apple.jpg) }

a#tooCool {    position: fixed;    left: 0;    bottom: 0;    display: block;    height: 80px;    width: 80px;    background: url(ie.png) bottom left no-repeat;    text-indent: -999em;    text-decoration: none;}

#aboutTable {
    border-width:1px;    border-style:solid;    border-color:rgb(255, 153, 0);
}

.aboutTableBorder {    border-width:1px;    border-style:solid;    border-color: rgb(51, 102, 255);
}
