body {
	font-family: Verdana, arial, helvetica, sans-serif;
  	background-image: url("../Logo/Vborder3.png");
  	background-repeat: repeat-y;	
	background-color: black;
	text-align: center;
}

h1 {
	color: white;
	text-align: center;
}	


h2 {
	color: white;
	text-align: center;
}

h3 {
	color: white;
	text-align: center;
}
p,hr,table,tr,td {
	color: white;
	margin: auto;
	width: 80%
	margin: 10%
	margin-right: 20px;
	margin-bottom: 1.5em;
	text-align: center;
}

div.rightfixed {
    position: fixed;
    bottom: 0;
    right: 0;
    border: 0;
	z-index: -1;
}
div.leftfixed {
    position: fixed;
    bottom: 0;
    left: 0;
    border: 0;
	z-index: -2;
}
div.ex1 {
	max-width: 90%;
	margin: auto;
}


div.ex2 {
	max-width: 350px;
	margin: auto;
	
}
div.topimage{
	
	margin: auto;
	max-width: 700px;
	z-index: -3;
}
div.ex3 {
	
	background-color: #00DA00;
	border-style: solid;
	border-color: white;
  	border-radius: 20px;
	padding: 35px;
	width: 93%
}
.ex3 p {color: white}
.ex3 h1{color: white}
.ex3 h2{color: black}
.ex3 h3{color: black}

div.ex4 {
	background-color: #fff;
	border-style: solid;
	border-color: #00DA00;
  	border-radius: 20px;
	padding: 35px;
	width: 93%;
}
.ex4 p {color: Black}
.ex4 h1{color: black}
.ex4 h2{color: #00DA00}
.ex4 h3{color: #00DA00}

div.ex4 img{
	radius: 20px;
	border-style: solid;
	border-color: #00DA00;
	border-radius: 40px;
	width: 50%;
	margin: 15px;
  	}
div.ex5{
	max-width: 90%;
	margin: auto;
	
	}
div.ex5 img{
	radius: 20px;
	background-color: darkgray;
	border-radius: 25px;
	width: 60%;
	margin: 15px;
  	}
div.ex6{
	
	margin: auto;
	
	}
div.ex6 img{
	radius: 20px;
	background-color: darkgray;
	border-radius: 25px;
	width: 250px;
	margin: 15px;
  	}
div.ex7{
	
	margin: auto;
	
	}
div.ex7 img{
	radius: 20px;
	
	border-radius: 40px;
	width: 85%;
	margin: 15px;
  	}
div.ex8{
	
	margin: auto;
	
	}
div.ex8 img{
	radius: 20px;
	
	border-radius: 25px;
	width: 15%;
	margin: 15px;
  	}
div.ex9 a {
	background-color: darkgrey
}




div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 5px;
  background-color: none transparent;
  border: none transparent;
}

