﻿.newStyle1 a: hover {
	color: #FF00FF;
}
.adj a:hover {
	font-family: "Times New Roman", Times, serif;
	color: #800000;
	background-color: #FAF0BD;
	text-decoration: underline;
}
.bplan a:hover {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	background-color: #FAF0BD;
}
.custom a:hover {
	color: #000080;
	text-decoration: underline;
	background-color: #808080;
}
