@charset "UTF-8";
/* CSS Document */

/*
First line flush left
Subsequently two lead indent, ragged right, no boundary
*/

p {
font-family: georgia,times, Times New Roman, times-roman, serif;
color: #666666;
font-size: .8em;
line-height: 1.85em;
letter-spacing:.045em;
margin: 0;
text-align: left;
}
p + p {
text-indent: 1.5em;
}

h1{
font-family: verdana, sans serif;
color: #666666;
font-size: 1em;
line-height: 1.85em;
letter-spacing:.045em;
margin: 0;
text-align: left;

}

h2{
font-family: verdana, sans serif;
color: #666666;
font-size: .75em;
line-height: 1.85em;
letter-spacing:.25em;
margin: 0;
text-align: left;

}

h3{
font-family: georgia,times new roman, serif;
color: #333333;
font-size: .6em;
line-height: 1.85em;
letter-spacing:;
margin: 0;
text-align: left;

}

