.red {  color: #FF0000; text-decoration: none}
a:hover {  color: #FF9900; text-decoration: none}
.brown {  color: #996600; text-decoration: none}
.green {  color: #006600; text-decoration: none}
.link1 {  color: #EEAA00; text-decoration: none}
.black {
	color: #000000;
	text-decoration: none;
}
.blue {
	color: #0066FF;
	text-decoration: none;
}

