Body {
  background-image: url("images/Background.png");
  background-repeat:  no-repeat;
  background-attachment: fixed;  
  background-size: cover;
  text-align: center;
}
h1 {/*This heading is used primarily for Links*/
    font-size: 20pt;
    color: #F70909;
    text-align: center;
    border-top: none #F7F4F4;
    border-right: #F7F4F4;
    border-bottom: #F7F4F4;
    border-left: #F7F4F4;
}
h2 {/*This heading is used  for Bold - Black*/
    font-size: 20pt;
    color: #070707;
    margin-right: .5in;
    margin-left: .5in;
    font-weight: bolder;
    text-align: center;
    background-color: #C5EEF8;
    border-top: 4px solid;
    border-right: 4px solid;
    border-bottom: 4px solid;
    border-left: 4px solid;
}
h3 {/*This heading is used for 14 pt - Red*/
    font-size: 18pt;
    color: red;
    font-weight: bold;
    border-style: none;
}
h4 {/*This heading is used for 14 pt - Green*/
    font-size: 18pt;
    color: green;
	font-weight: bold;
	font-style: italic;
}
h5 {/*This heading is used for 14 pt - Black */
    font-size: 20pt;
    color: #070707;
    margin-right: .5in;
    margin-left: .5in;
    font-weight: bold;
	text-align: justify
}
h6 {/*This heading is used for 14 pt - Yellow Background*/
    font-size: 18pt;
    color: black;
    font-weight: bold;
    text-align: center;
    background-color: #FBE390;
    border-top: 4px solid;
    border-right: 4px solid;
    border-bottom: 4px solid;
    border-left: 4px solid;
	margin-right: .5in;
    margin-left: .5in;
}
img {
	width: 50%;
	max-width: 50%;
	height: auto;
}
