h1{
	font-size: 22px;
	font-family: Elephant;
	font-weight:bolder;
}
h2{
	font-size: 20px;
	font-family: Elephant;
	font-weight:bold;
}
h3{
	font-size: 18px;
	font-family: Elephant;
	font-weight:bold;
}
p{
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.style1{
	font-size: 20px;
	font-family: Elephant;
}
body {
	background-color: #000099;
}
a:link {
	color: #000066;
}
a:visited {
	color: #000066;
}