@charset "utf-8";

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #663399;
}
h1 {
	font-size: 125%;
}
h2 {
	font-size: 110%;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #59287D;
}
a:visited {
	color: #59287D;
}
a:hover {
	color: #FFFFFF;
	background-color: #59287D;
	text-decoration: none;
}
a:active {
	color: #59287D;
	text-decoration: none;
}

hr {
  /* border: 0; */
  width: 75%;
}
.centreer {
	text-align: center;
	margin:0px auto;

}

