p {
	border: 1px dashed Green;
	font: italic larger sans-serif;
	text-align: justify;
}
a {
	font: normal bolder;
	color: Black;
}
a:hover {
	font: normal bolder;
	color: Green;
}
a:visited {
	font: normal bolder;
	color: Black;
}

td {
	font-family: sans-serif;
	font-size: larger;
	font-weight: normal;
}
h1 {
	background-color: transparent;
	color: #E1CE17;
}
