	*{
		margin: 0;
		padding: 0;
	}
	
	a:link {
		color: green;
	}
	
	a:visited  {
		color: red;
	}
	
	/* Container holding the image and the text */
	.container {
	position: relative;
	color: white;
	}

	/* Top center text */
		.top-center {
		position: absolute;
  		top: 1%;
  		left: 30%;
		font-size: 40px;
		font-family: arial;
		color: red;
	}

	/* Mid left text */
		.mid-left {
		position: absolute;
  		top: 35%;
  		left: 10px;
		font-size: 40px;
		font-family: arial;
		color: red;
	}

	/* Top left text */
		.top-left {
		position: absolute;
  		top: 25px;
  		left: 50px;
		font-size: 40px;
		font-family: arial;
		color: red;
	}
	
	.jh1{
		margin-top: 25px;
		margin-bottom: 10px;
		font-size: 10vw;
		text-align: center;
		font-family: arial;
		color: red;
		font-weight: normal;
	}

	/* Bottom left text */
		.bottom-left {
		position: absolute;
		margin-right: 10%;
		bottom: 25px;
		left: 40px;
	}
	
	.hpara{
		padding: 40px;
		font-size: 40px;
		font-family: arial;
		margin-left: 25px;
		margin-right: 10%;
		color: red;
	}
	
	.para{
		margin-top: 25px;
		margin-bottom: 25px;
		margin-right: 10%;
		margin-left: 40px;
		font-size: 25px;
		font-family: arial;
		line-height:40px;
	}
	
	.mpara{
		margin-top: 25px;
		margin-bottom: 25px;
		margin-right: 10%;
		margin-left: 40px;
		font-size: 20px;
		font-family: arial;
		line-height:30px;
	}
	
	h1{
		font-size:10vw
		font-family: arial;
		color: red;
		font-weight: normal;
	}
	
	h2{
		font-size:6vw
		font-family: arial;
		color: blue;
		font-weight: normal;
	}
	
	h3{
		font-size: 5vw;
		font-family: arial;
		text-align: center;
		font-weight: normal;
	}
	
	h4{
		font-size: 3vw;
		font-family: arial;
		text-align: center;
		font-weight: normal;
	}
	
	h5{
		font-size: 1vw;
		font-family: arial;
		margin-right: 5%;
		text-align: right;
		font-weight: normal;
	}
	
	.jh2{
		font-size:8vw
		font-family:arial;
		color:green;
		font-weight:normal;
		margin-top:25px;
		margin-bottom:25px;
		margin-left:40px;
		margin-right:10%;
	}
	
	.jh3{
		margin-top:25px;
		margin-bottom:25px;
		margin-right:10%;
		margin-left:40px;
		font-size:5vw
		font-family:arial;
		color:blue;
		font-weight:normal;
	}
	
	ul.a {
		list-style-type: circle;
		font-size: 3bw;
		font-family: arial;
		margin-left:70px;
		margin-right: 10%;
	}
	
	ol.b {
		list-style-type: decimal;
		font-size: 20px;
		font-family: arial;
		line-height:30px;
		margin-left:70px;
		margin-right: 10%;
	}
	
	ul.c {
		list-style-type: circle;
		font-size: 20px;
		font-family: arial;
		line-height:30px;
		margin-left: 70px;
		margin-right: 10%;
	}
	
	ul.d {
		list-style-type: disc;
		font-size: 20px;
		font-family: arial;
		line-height:30px;
		margin-left: 50px;
		margin-right: 10%;
		color: blue;
	}