body
{
margin: 5px, 5px, 5px, 5px, 
background-color: #FFFFFF;
text-align: center;
Padding-left: 20px;
Padding-right: 20px;
border: 5px dotted gray;


}

/*Links*/
a:link     {color:blue}
a:visited  {color:#6D70FF}
a:hover    {color:fuchsia}
a:active   {color:lime} 

/*Blue Large Regular Heading Text*/
h1{font-family: Monotype Corsiva, Times, Ariel} 
h1{font-size: XX-Large}
h1{font-weight:100}

/*Blue Regular Heading Text*/
h2{font-family: Monotype Corsiva, Times, Ariel} 
h2{font-size: X-Large}
h2{font-weight: 100}


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

/*Light Blue Small Text*/
h4 {font-family: Monotype Corsiva, Times, Ariel}
h4 {font-size: Large}
h4 {font-weight:100}

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

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

/*This turns text into italic*/
p {font: medium Verdana, Tahoma, Georgia, Ariel;
font-size: 85%;
}
p:first-line 
{
font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
color: #a57911;
font-style: italic;
font-variant: normal;
font-weight: bold;
font-size: 110%;}

.style1 {color: #a57911;} /* Golden */
.style2 {color: #ec5900;} /* Orange */			
.style3 {color: #ed2600;} /* Red */
.style4 {color: #019101;} /* Bright Green */
.style5 {color: #1e9879;} /* Blue Green */
.style6 {color: #115745;} /* Dark Green */
.style7 {color: #0000FF;} /* Light Blue */			
.style8 {color: #ed2600;} /* Red */
.style9 {color: #019101;} /* Bright Green */



