/*  Make all body links and static text white-colored 14 pixels Gill Sans MT 
     with 16 pixel vertical spacing between lines of text. 
 
*/
body {font-size:  14px;
            font-family:  "Gill Sans MT";
            background:  #acc2c9;
            color:  #ffffff;
            line-height:  16px;
            margin-left:  40px;
            margin-right:  126px;
            width:  725px;           
            text-align:  center;}




/*  Make headings Gill Sans MT bold with generous line spacing.
     If user doesn't have Gill Sans MT, use Ariel, Sans-Serif.
*/
h1  {font:  20px Gill Sans MT;
       font-weight:  bold;
       line-height:  22px;
       color:#660033;}

h2  {font:  20px Gill Sans MT;
       font-weight:  bold;
       line-height:  22px;
       color:#660033;}

h3 {font: 18px Gill Sans MT;
      font-weight: bold;
      line-height:  20px;
      background-color: transparent;
      color:#660033;}

h4  {font: 16px Gill Sans MT;
      font-weight: bold;
      line-height:  18px;
      background-color: transparent;
      color:#333366;}

h5  {font: 16px Gill Sans MT;
      font-weight: bold;
      line-height:  16px;
      background-color: transparent;
      color:#660033;}

h6  {font: 14px Gill Sans MT;
      
      line-height: 14px;
      background-color: transparent;
      color:navy;}



/*  Split page into two columns.  

*/
div {
display:block;
position:absolute;
left:40px;
width:515px;
font-size:14px;
background-color:#000000;
text-align:justify;}

div.header {
left:40px;
top:20px;
font-size:11px;
width:724px;
height:160px;
background-color:#ffffff;
color:#660033;
text-align:center;}

div.menu {
left:241px;
top:280px;
font-size:14px;
width:450px;
color:#ffffff;
text-align:center;}

div.one {
left:150px;
top:20px;
width:675px;
background-color:#000000;
height: 162px;
text-align:center;}

div.songa {
left:160px;
top: 30px;
width: 100px;

height: 100px;
text-align:center;}






div.song {
left:700px;
top: 30px;
width: 100px;
background-color:#000000;
height: 100px;
text-align:center;}


div.two {

left:25px;
top:20px;
width:125px;
background-color:#000000;
text-align:center;}



div.three {
left:150px;
padding-left:10px;
padding-right:10px;
top:182px;
width:655px;
background-color:#ffffff;
color:#333366;
height:706px;
text-align:left;}

div.threea {
left:245px;
padding-left:10px;
padding-right:10px;
top:219px;
width:145px;
background-color:#ffffff;
color:#333366;
height:360px;
text-align:left;} 

div.threeb {
left:345px;
padding-left:10px;
padding-right:10px;
top:219px;
width:140px;
background-color:#ffffff;
color:#333366;
height:360px;
text-align:left;} 

div.threed {
left:435px;
padding-left:10px;
padding-right:10px;
top:219px;
width:140px;
background-color:#ffffff;
color:#333366;
height:360px;
text-align:left;} 

div.threee {
left:530px;
padding-left:10px;
padding-right:10px;
top:219px;
width:140px;
background-color:#ffffff;
color:#333366;
height:360px;
text-align:left;}

div.threef {
left:625px;
padding-left:10px;
padding-right:10px;
top:219px;
width:140px;
background-color:#ffffff;
color:#333366;
height:360px;
text-align:left;} 

div.threeg {
left:720px;
padding-left:10px;
padding-right:10px;
top:219px;
width:85px;
background-color:#ffffff;
color:#333366;
height:360px;
text-align:left;} 
 



div.five {
left:241px;
top:800px;
width:450px;
background-color:transparent;
text-align:center;}

/*  Don't underline links, and make all links white.
     Make lines flash orange when activated.

*/
a  {text-decoration:none;}
a:link  {color: #ffffff;}
a:visited  {color:  #ffff99;}
a:active  {color: #ffff00;}
a:hover {color: #ff6600;}

.three p a:link { color: #660033;}
.three p a:visited { color: #660033;}
.three p a:active { color: #000066;}
.three p a:hover { color: blue;}

.threea p a:link { color: #660033;}
.threea p a:visited { color: #660033;}
.threea p a:active { color: #000066;}
.threea p a:hover { color: blue;}


.threeb p a:link { color: #660033;}
.threeb p a:visited { color: #660033;}
.threeb p a:active { color: #000066;}
.threeb p a:hover { color: blue;}

.threed p a:link { color: #660033;}
.threed p a:visited { color: #660033;}
.threed p a:active { color: #000066;}
.threed p a:hover { color: blue;}

.threee p a:link { color: #660033;}
.threee p a:visited { color: #660033;}
.threee p a:active { color: #000066;}
.threee p a:hover { color: blue;}

.threef p a:link { color: #660033;}
.threef p a:visited { color: #660033;}
.threef p a:active { color: #000066;}
.threef p a:hover { color: blue;}

.threeg p a:link { color: #660033;}
.threeg p a:visited { color: #660033;}
.threeg p a:active { color: #000066;}
.threeg p a:hover { color: blue;}







/*  Format footnotes as 12 pixels Gill Sans MT, and center them. 

*/
div.footnote  {
font-size: 12px;
color: #333366;
top:965px;
background-color: #acc2c9;
width:725px;
line-height:  12px;
text-align:  center;}






