#body {
    background-color:#32cd32;
    #font-family: 'Lacquer', sans-serif;
    #font-family: 'Saira Stencil One', cursive;
    #font-family: 'Indie Flower', cursive;
    #font-family: 'Baloo Chettan', cursive;
    #font-family: 'Righteous', cursive;
    color:#000000;
    margin-left: auto;
	margin-right: auto;
	max-width: 1024px;
	min-width: 256px;
	padding-top: 2px;
	padding-bottom: 8px;
	padding-left: 24px;
	padding-right: 24px;
	border: 4px solid #000000;
	border-radius: 16px;
}

body {
	background-color: #9E9E9E;
    font-family: 'KoHo', sans-serif;
}
h1 {
    font-family: 'Krub', sans-serif;
}
a {
   color: DarkBlue;
   font-family: 'Krub', sans-serif;
    font-size: 18px;
}

strong {
 color:DarkBlue; 
 font-size: 18px;
}

a:hover {
    color: White;
}

strong:hover {
    color: White;
}