a {	
	color: #2c1245;	
	text-decoration: underline;
	font-weight: 700;
}

a:hover, a:active {
	color: #502f6f;	
	text-decoration: underline;
	font-style: italic;
	font-weight: 700;
}

a:visited {
	color: #3d1e5a;	
	text-decoration: underline;
	font-weight: 650;
}
	
body {	
	color: #3d1e5a;
	font-family: san-serif;
	font: Verdana;
	font-weight: 700;
	font-style: bold;
	background-color: #cddce8; 
	background-image:   url(Images/background.jpg); 

}