@charset "utf-8";
/* CSS Document */
.h1 {
    font-family: Arial, sans-serif;
    font-size: 28pt;
    font-weight: bold;
}

.h2 {
    font-family: Arial, sans-serif;
    font-size: 22pt;
    font-weight: bold;
}

.h3 {
    font-weight: bold;
}

.pad1 {
  padding: 5%;
}

body {
  padding: 5%;
	background-color: #E3FFF751;
	color: #3D473D;
	font-size: 22pt;
}

