		body {
			background:#000;
			text-align:center;
			font-size:16px;
			color: #fd6;
			font-family: 'MedievalSharp', cursive;
		}
		a {
			color: #ffc;
			text-decoration: none;
			font-family: 'MedievalSharp', cursive;
		}
		a:hover {
			background-color: #0;
			color: chocolate;
			font-family: 'MedievalSharp', cursive;
		}
		p {
			color: #fd6;
			font-family: 'MedievalSharp', cursive;
		}
		p::first-letter, *:first-letter{
		  font-size:200%;
		  color: chocolate;
		}
		td {
			color: #fd6;
			font-family: 'MedievalSharp', cursive;
		}
		ul {
		list-style-position: inside;
		}
