BODY {
	background-color : #5840a4;
	color : #000000;
	font-family : Arial, sans-serif, Helvetica;
	font-size: smaller;
	font : smaller;
}
a{
	font-size : larger;
	font-weight : bold;
}

A:HOVER {
	color : Purple;
}

P:first-letter{
	font-size: 150%;
}