a {
color: green;
}

a {
text-decoration: none;
}

h1 {
font-size: 40px;
}

h2, h3, h4, h5, h6 {
font-size: 20px;
}

body {
text-align: justify;
}

body {
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}

body {
background-color: white;
}

