.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	color: #000;
	
}
body {
	background-color: #FFC;
}

.heading-2 {
	font-size: medium;
	font-weight: bold;
	color: #00F;
}

.back-home {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #000;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #F00;
	font-weight: bold;
}

.align-center {
	text-align: center;
}

.size-sm {
	font-size: small;
	font-weight: bold;
}

.size-med {
	font-size: medium;
}

.size-lg {
	font-size: large;
}

.color-green {
	color: #063;
}
