BODY {
	color: Black;
	background-color: White;
	font-family: Arial, sans-serif;
	font-size: 1;
	text-align: left;
}

A {
##	color: White;
	font-size: x-small;
}
.link {
color: red; 
}
.link2 {
color: black;
}
A:HOVER {
	color: #862626;
	}
