body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF7819;
}
body {
	background-color: #5411b2;
	margin: 5px;
}
a:link {
	color: #14CC60;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #14CC60;
}
a:hover {
	text-decoration: underline;
	color: #14CC60;
}
a:active {
	text-decoration: none;
	color: #14CC60;
}
h1 {
	font-size: large;
}
h2 {
	font-size: x-large;
}
h3 {
	font-size: xx-large;
}
