@charset "utf-8";
body {
    background-color: #fcf9d7;
    color: #0F0F0F;
    text-align: left;
}
h1 {/*This heading is used primarily for Links*/
	/* [disabled]font-size: 18pt; */
	color: #F70909;
	text-align: center;
	text-size: 18pt;
}
h2 {/*This heading is used  for Bold - Green*/
	font-size: 18pt;
	color: #119B0B;
	margin-right: 1in;
	margin-left: 1in;
	font-weight: bold;
	text-align: center;
}
h3 {/*This heading is used for Small - Black*/
	font-size: 18pt;
	color: #0F0F0F;
	text-align: center;
}
h4 {
	font-size: 14pt;
	color: #0F0F0F;
	text-align: center;
}
h5 {
	font-size: 36pt;
	color: #0F0F0F;
	text-align: center;
}
h6 {
	font-size: 36pt;
	color: #0D36F5;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}
a:link {
    color: green;
    background-color: transparent;
    text-decoration: none;
}
a:active {
    color: yellow;
    background-color: transparent;
    text-decoration: underline;
}
a:hover {
	color: red;
	background-color: transparent;
	text-decoration: underline;
	text-align: center;
}
