﻿.style2 {
	color: white;
}
a {
	color: #E8FFFE;
}
a:visited {
	color: silver;
}
a:active {
	color: yellow;
}
a:hover {
	color: aqua;
}
.style3 {
	text-align: center;
	font-family: Papyrus;
}
.style4 {
	font-family: Papyrus;
}
.style5 {
	font-size: larger;
}
.style6 {
	text-align: center;
	font-family: Papyrus;
	font-size: large;
	color: white;
}
.style7 {
	font-size: large;
}
