@font-face { font-family: Basiic; src: url("fonts/basiic.ttf"); }
@font-face { font-family: Editundo; src: url("fonts/editundo.ttf"); }
@font-face { font-family: Cherish; src: url("fonts/cherish.ttf"); }

body {
	font-family: Basiic;
}

img {
	display: inline;
	width: 150px;
	margin-right: 5px;
}

p {
	display: inline;
	font-size: 95%;
}

h1 {
	font-family: Editundo;
}

h2 {
	font-family: Cherish;
	font-size: 130%;
}

a {
	color: #000000;
	font-weight: bold;
}

table {
	
}