BODY {
	background-color: white;
	color: black;
	margin: 2cm;
	margin-top: 1cm;
}
A:link {
	color: #ff0000;
}
A:visited {
	color: #ff0033;
}
A:active {
	color: /#ff3300;
}
P {
	font-size: x-large;
	font-family: Arial, sans-serif;
	text-align: center;
}
SPAN.link {
	font-size: small;
	font-family: "Times New Roman", serif;
}