<Style>/* Custom CSS Stylesheet for a new Web Application project */{}

.grey{
	font-family:Verdana;
	font-size:12px;
	color:#868D97;
}
.purple{
	font-family:Verdana;
	font-size:12px;
	color:#0099CC;
}
.drkgr{
	font-family:Verdana;
	font-size:12px;
	color:#585F69;
}

</Style>
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:hover {
	color: #E6C67B;
	text-decoration: underline;
}
a {
	text-decoration: none;
}
