}
/*Blue Large Regular Heading Text*/
h1{font-family: Monotype Corsiva, Times, Ariel}
h1{color: #0000ff} 
h1{font-size: X-Large}
h1 {font-weight:600}

/*Blue Regular Heading Text*/
h2 {color: #0000FF}
h2 {font: caps 100 20px Times}
h2 {font-weight:600}

/*Black Regular Size Text*/
h3 {color: #00000}
h3 {font-family:  Ariel, Tahoma, Verdana }
h3 {font-size: small}
h3 {font-weight:100}

/*Light Blue Small Text*/
h4 {color: #6D70FF}
h4 {font-family: Monotype Corsiva, Times, Ariel}
h4 {font-size: Large}
h4 {font-weight:600}

/*Red Very Small Text*/
h5 {color:#ed2600}
h5 {font: small-caps 900 18px Times}
h5 {font-weight:110}

/*Blue Extra Small Text*/
h6 {color: #4607fc}
h6 {font: small-caps 900 12px Georgia, ariel}
h6 {font-weight:100}

/*This turns text into italic*/
p {font-size: 100% ;font-style: italic}
/*Links*/
a:link     {color:blue}
a:visited  {color:#6D70FF}
a:hover    {color:fuchsia}
a:active   {color:lime}
{body {background-color: #D5ECFF}

