a.white:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.brw:link {
	color: #663300;
	text-decoration: none;
}
a.brw:visited {
	color: #663300;
	text-decoration: none;
}
a.brw:hover {
	color: #663300;
	text-decoration: underline;
}
a.red:link {
	color: #CC0000;
	text-decoration: none;
}
a.red:visited {
	color: #CC0000;
	text-decoration: none;
}
a.red:hover {
	color: #CC0000;
	text-decoration: underline;
}
a.ble:link {
	color: #0000FF;
}
a.ble:visited {
	color: #800080;
}
a.ble:hover {
	color: #800080;
}
a.mesh:link {
	background-color: #EEEEEE;
}
a.mesh:visited {
	background-color: #EEEEEE;
}
a.mesh:hover {
	background-color: #FFFF99;
}
