
h1 {
	font-size: 36px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
h2 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	color: #E94278;
}
a {
	font-style: normal;
	color: #ED4278;
	text-decoration: underline;
}

body {
	font-size: 12px;
}
