body {
    color:#1a1514;
	background-color:#eee;
	padding: 2%;
}
#topwords {
    font-family: 'Ysabeau', serif;
}
#liltop a {
	text-decoration: none;
	color:#1a1514;
	font-weight: 300;
}
#menoo {
	height:5vh;
}
table {
	width: 100%;
    height:80vh;
    font-size:20pt;
	font-family: 'Ysabeau', sans-serif;
}
#home {
    width:100ww;
}

table a {
    transition: 2s;
	font-family:'Ysabeau', sans-serif;
	color:#1a1514;
	text-decoration: none;
}
table a:hover {
    transition:.5s;
    font-size: 18pt;
    color:#980156;
    font-weight: 1000;
    text-shadow: 0 0 50px #AA0077;
}
#maintitle {
	text-align: center;
	font-size: 30pt;
  	margin:1% 0 0 0;
	line-height:1.5;
}
#description {
    margin:0 0 0 0;
	font-size:20pt;
	line-height:1.5;
}
#menu {
	padding-bottom:1%;
}
	#liltop {
		display:block;
		text-align: center;
	}
	#links {
		display: none;
		height: 80vh;
	}
tr {
	width:100ww;
	text-align:center;
}

@media screen and (max-width: 935px) {
    #maintitle {
		    font-size:25pt;
		}
		tbody {
		    width:100%;
		    display:contents;
		}
}
@media screen and (max-width: 640px) {
    #maintitle {
		    font-size:20pt;
		}
}
@media screen and (max-width: 425px) {
    #maintitle {
		    font-size:15pt;
		}
}
@media screen and (max-width: 320px) {
    #maintitle {
		    font-size:10pt;
		}
	#teachingword p {
	    margin:20px 0;
	}
}