body {
	margin-top: 5px;
	margin-right:0px;
	margin-bottom: 5px;
	margin-left:0px;
	background-color: #dcddde;
	color: #666666;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
}
a{
	/* basic a href tag */
	color : #7e4e9e;
	text-decoration : none;
}
a:visited {
	/* basic a href tag visited */
	color : #7e4e9e;
	text-decoration : none;
}
a:hover{ /* basic a href tag hover */
	color : #a482bc;
	text-decoration : none;
}