STYLES	
	a:link {
  	  color: DarkCyan;
  	  background-color: transparent;
   	  text-decoration: none;
	}

	a:visited {
  	  color: Teal;
	  background-color: transparent;
	  text-decoration: none;
	}

	a:hover {
	  color: LightSeaGreen;
	  background-color: transparent;
	  text-decoration: underline;
	}

	a:active {
	  color: Cyan;
	  background-color: transparent;
	  text-decoration: underline;
	}

body {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  font-family: Georgia, 'Times New Roman', Times, serif;
  }

header {
  text-align: center;
  }

em {
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-align: left;
  margin-left:auto; 
  margin-right:auto;
  max-width: 350px;
	}

div {
	text-align: center;
	}

span {
  text-align: center
  }

p {
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-align: center;
  }

    .limitpara {
        font-family: Georgia, 'Times New Roman', Times, serif;
        text-align: left;
        margin-left:auto; 
        margin-right:auto;
        max-width: 350px;
    }

    .myDiv {
        max-width:350px; 
        word-wrap:break-word; 
        text-align: left;
        margin-left:auto; 
        margin-right:auto;
        width: 50%;
    }

    .limitem {
        font-family: Georgia, 'Times New Roman', Times, serif;
        text-align: left;
        margin-left:auto; 
        margin-right:auto;
        max-width: 350px;
    }