BODY {
	color : Navy;
	font-family : Georgia;
	font-weight : normal;
	}

A {
	color : Blue;
	font : bold Arial, Helvetica, sans-serif;
	font-weight : bold;
}

A:VISITED {color : #9400D3;
	text-decoration : underline;
	font : Arial, Helvetica, sans-serif;
	
}
A:HOVER {
	color : #FF0606;
	text-decoration : none;
	font : Arial, Helvetica, sans-serif;
}

LI.Data {
		font-family: Arial, Helvetica, sans-serif;
		font-size : small;
		font-weight : bold;
		
	}
	
	TD.Description {
		font-family: Arial, Helvetica, sans-serif;
		font-size : small;
		font-weight : normal;
}

P.lastupdate {
		font-family: Arial, Helvetica, sans-serif;
		font-size : x-small;
		font-weight : bold;
		
	}
