@charset "utf-8";
/* CSS Document */

h2 {
	font-size: 45px;
	color: purple;
}
p {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
} a:active {
	color: pink;
	text-decoration: none;
} a:link {
	color: #4D0088;
	text-decoration: none;
} a:hover {
	color: darkorchid;
}