body {
	background-color: #CCCCCC;
	font-family:Arial;
	font-size:12px;
}
.error 
{
	color:Red;
}
.message 
{
	font-weight:bold;
	font-size:12px;
	color: #353365;
}

a:link,visited,active {
	color: #353365;
	text-decoration: none;
	font-weight:bold;	
}
a:visited {
	text-decoration: none;
	color: #353365;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #938FEB;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #353365;
	font-weight:bold;
}

