BODY { background: #bbffdd; color: black; }

A:link    { color: blue;   text-decoration: none; }
A:visited { color: red;    text-decoration: none; }
A:active  { color: yellow; text-decoration: underline; }
A:hover   { color: green;  text-decoration: underline; }

.highlite {
	background-color: #ddffbb;
	background:       #ddffbb;
}

.lowlite {
	background-color: #bbddff;
	background:       #bbddff;
}

