p{
	font-family: 'Times New Roman', Serif;
    text-align: center;
    font-size: 30pt;
    font-weight: bold;
    color: #CC0052;
}
h2{
	font-family: 'Lucidia Console', Monaco, monospace;
	color: #4E0082;
}

.img-circle {
display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20%;
}
table{
	font-family: 'Courier New', Courier, monospace;
	background-color: seashell;
}
.tableHeading{
	font-weight: bold;
}
footer{
	background-color: gray;
}