@charset "utf-8";
/* CSS Document */
/*body style*/
img { 
  display: inline-block;
} 
body {
	font-family: "Verdana, Arial, sans-serif;"
}
body {
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}
body {
	background-color: #EAE5E5;
	margin-left: 1px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	background-image: -webkit-repeating-linear-gradient(30deg,rgba(255,255,255,1.00) 0%,rgba(0,255,251,1.00) 100%), url(../website_new/url);
	background-image: -moz-repeating-linear-gradient(30deg,rgba(255,255,255,1.00) 0%,rgba(0,255,251,1.00) 100%), url(../website_new/url);
	background-image: -o-repeating-linear-gradient(30deg,rgba(255,255,255,1.00) 0%,rgba(0,255,251,1.00) 100%), url(../website_new/url);
	background-image: repeating-linear-gradient(60deg,rgba(255,255,255,1.00) 0%,rgba(0,255,251,1.00) 100%), url(../website_new/url);
	clear: left;
	background-size: contain;
	background-position: 0% 0%;
}
.header {
  padding-top: 2px;
  text-align: center;
  color: black;
  font-size: 30px;
}
h2{
  margin-top: 0;
	}
ul { 
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1 em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
} 
footer { 
  display: block;
margin-bottom: 1 em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
} 
/* unvisited link */
a:link {
  color: #000000;
}

/* visited link */
a:visited {
  color: #000000;
}

/* mouse over link */
a:hover {
  color: #FF69B4;
}

/* selected link */
a:active {
  color: blue;
} 