body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #0F2269;
}
body {
	background-color: #FFE510;
}
a:link {
	color: #0F2269;
}
a:visited {
	color: #0F2269;
}
a:hover {
	color: #0066FF;
}
a:active {
	color: #0066FF;
}
h1 {
	font-size: xx-large;
}
h2 {
	font-size: x-large;
}
h3 {
	font-size: medium;
}
h4 {
	font-size: small;
}
h5 {
	font-size: x-small;
}
h6 {
	font-size: xx-small;
}