/* flyingship.net stylesheet */

/* <link rel="stylesheet" type="text/css" href="flyingship.css" > */

/* dk blue (2f5589) background, lt blue text (ccccff) with links bolded, no underline, hover change to lt gold (ffffcc } */



body { COLOR: #ccccff; background-color:#2f5589; background-image:url('../images/blue_dither_tile.gif') } 

a, a:visited { font-weight: bold; text-decoration: none ; color: #ccccff; }
a:hover, a:active { COLOR: #ffffcc }

.reverse {color: #2f5589; font-weight: bold}
.reverse a, .reverse a:visited {color: #2f5589; font-weight: bold; text-decoration: none; }
.reverse a:hover, reverse a:active {color: #ffffcc; font-weight: bold; text-decoration: underline; } 

