a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active{
	text-decoration: underline;
}h2 {
	font-size: large;
	color: #FF0000;
}
body {
	margin-top: 5%;
	margin-right: 15%;
	margin-bottom: 5%;
	margin-left: 15%;
}
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: small;
}