body {

color: #f8f8ff;

background-color: #b03060;

font-family: times,verdana,tahoma;
} 



a:active { 
color: #ffffe0; }



a:link { color: #f5fffa; }



a:visited { color: #87cefa; } 



.green {
color: #f5fffa;
}

/* green becomes mint cream */



.navy {
color: #87cefa; }


/* navy becomes light sky blue */



.red {
color: #ffffe0;
}


/* red becomes light yellow */

.white {

color: #ffffff;
}



h1,h2,h3,h4,h5,h6 {


color: #ffffff;


background-color: #000080;


text-decoration: underline;
}





.center { text-align: center; }


.b { font-weight: bold; }



.bi { font-weight: bold; font-style: italic; }



hr { color: #ffff00; }

.white {
color: #ffffff;
}

.whiteonnavy {
color: #ffffff;
background-color: #000080;
}
