body{background-color: black; color: silver}
a{text-decoration: none}
a:link {color: #ffcc00}     /* unvisited link */
a:visited {color: #ffcc00}  /* visited link */
a:hover {text-decoration: none; color: #6E7FE5}   /* mouse over link */
a:active {color: #COCOCO}   /* selected link */

#border { background-color: #7B84DE}
#bglight { background-color: #29316B}
#bgdark { background-color: #1a1a2b }
#line { color: #7b84de}

/*
new colours
#border { background-color: #54609E}
#bglight { background-color: #26263A }
#bgdark { background-color: #1a1a2b }
*/


/*
old colours....
#border { background-color: #404a62 }
#bglight { background-color: #1a1a2b or #1e242e}
#bgdark { background-color: #141721 }
*/

/*
#border {border: solid thin #FF00FF }
*/
