a {
	font-size: small;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-family: Georgia, Times New Roman, Times, serif;
}
link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: normal;
	text-transform: capitalize;
	background-color: dcdcdc;
	letter-spacing: normal;
	text-align: center;
	vertical-align: baseline;
	word-spacing: normal;
}
h1 {
	font-size: xx-large;
}
h2 {
	font-size: x-large;
}
h3 {
	font-size: large;
}
h4 {
	font-size: medium;
}
h5 {
	font-size: small;
}
body {
	background-color: #dcdcdc;
	margin-left: 10%;
	margin-top: 5%;
	margin-right: 10%;
	margin-bottom: 5%;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: medium;
	color: #000000;
}

