A:link  { color: red;
text-decoration:	none;
font-weight: normal;
}

A:visited  { color: blue ; text-decoration: none; font-weight: normal; }

A:hover  {
color:	blue;
text-decoration: none;
text-decoration: underline overline;
font-weight: bold;
background-color:	yellow;
}

A:active {
color: #FF0000;
}

body  {

/* color: #008000; */
color: #006600;

/* background-color:#FFFFA0; */
background-color:#FFFFCC;

/* background-image:	url(/images/stars.gif); */
}

h1           { text-align: Center }
.foot {    background: #FFFFCC; }