﻿p, h1, h4 {
	text-align: center;
	color: black;
	font-family: "Times New Roman", Times, serif;
}
b {
	color: red;
	font-weight: heavy;
	font-family: Calibri;
}
img {
	align: center;
}
a:hover {
	font-weight: bold;
	color: red;
}
a:link {
	font-weight: none;
	color: red;
}
p.red {
	color: red;
}