﻿.newStyle1 {
	font-family: Arial;
	font-size: 12px;
	color: #0066FF;
}
a:active {
	font-family: Arial;
	font-size: 12px;
	text-decoration: underline;
	color: #FF9933;
}
a:hover {
	font-family: Arial;
	font-size: 12px;
	text-decoration: underline;
	color: #FFFFFF;
}
a:link {
	font-family: Arial;
	font-size: 12px;
	text-decoration: underline;
	color: #FF00FF;
}
a:visited {
	font-family: Arial;
	font-size: 12px;
	text-decoration: underline;
	color: #00FFFF;
}
