﻿
a:link {
  color: #0FEF0F;
  background-color: transparent;
  text-decoration: none;
	font-size: 20px;
}

a:visited {
  color: yellow;
  background-color: transparent;
  text-decoration: none;
	font-size: 20px;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
font-size: 20px;
}

p {
font-family: Tahoma, Verdana, sans-serif;
}

.p1 {
  font-family: Arial, Helvetica, Tahoma sans-serif;
}

h1 {
  font-size: 40px;
		align-content: center;
	font-family: Arial, Helvetica, Tahoma sans-serif;
}

h2 {
  font-size: 30px;
		align-content: center;
	font-family: Arial, Helvetica, Tahoma sans-serif;
}

h3 {
  font-size: 20px;
	align-content: center;
	font-family: Arial, Helvetica, Tahoma sans-serif;
	
}

p {
  font-size: 20px;
}

#myzirDIV{
	text-align: center;
	font-family: Arial, Helvetica, Tahoma sans-serif;
	padding: 15px;
	border: medium
}

div{
	text-align: center;
	font-family: Arial, Helvetica, Tahoma sans-serif;
	padding: 15px;
	border: medium
}


#myDIV {
  height:400px;
}
.ex1 {
  height: 400px;
  overflow:auto;
}

#bulletDIV {
	text-align: left
}

ul {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
font-style: normal;
line-height: 2em;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration: none;
text-indent: 5px;
list-style-position: outside;
list-style-image: url(arrow.gif);
list-style-type: disc;
padding: 6px;
margin: 2px;
}

html { 
  background: url("Images/GrayBACKGROUND1440.gif") no-repeat center fixed; 
  background-size: cover;
}

html {
  scroll-behavior: smooth;
}

body { 
  color: white; 
}