html {
  background: url() no-repeat center center fixed;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
}


body 


{    font-family: arial, helvetica;     font-size:1em ; 

color: #black     background-color: #ffffcc;  }


a:link {color: black;
	font-weight: bold;
    background-color: #40E0D0;
    text-decoration: none;

}

a:visited {
    background-color: #FFFF85;
}

a:hover {
    background-color: #FF704D;
}

a:active {
    background-color: #FF704D;
}     



h1 { 
     font-size:2em
     letter-spacing: 0.5em;
     word-spacing: 1em;
     line-height: 1.0;
     text-align: center;74
}
 


h2 {
     font-size:1em
     letter-spacing: 0.2em;
     word-spacing: .5em;
     line-height: 1;
     text-align: center;74
 } 

h3 {
     font-size: .8em
     letter-spacing: 0.2em;
     word-spacing: 0.4em;
     line-height: 1.3;
     text-indent: 1em;
     text-align: centre;74
 } 
h4 {
     font-size: .6em
     letter-spacing: 0.2em;
     word-spacing: .3em;
     line-height: 1.2;
     text-indent: 0em;
     text-align: left;74
 } 
h5 {      
    
     font-size: .5em
     letter-spacing: 0.1em;
     word-spacing: .05em;
     line-height: 1.2;
     text-indent: 0em;
     text-align: left;74
 } 

#header {
     float: center;
     margin-top: 3em;
     margin-left: 0em;
     width: auto;
margin: 5px 5px 5px 5px;
     padding:.5em .5em .5em .5em;
     border-style: solid;
     border-width: 7px;
     border-color: #800080;
     border-radius:20px;
background-color: #40E0D0;
}
#navigation {
     float:left;
     margin-top:1em;
     margin-left: 1em;
     margin-right: 1em;
     width: auto;
     
 }

#navigation2 {
     float:right;
     margin-top: 1em;
     margin-left: 1em;
     margin-right: 1em;
     width: auto;
     
 }

 #content {
     float: left;
     Margin-left: 1em;
     margin-top: 1em;
     width: 85%;
}
     
    

#footer {
     
     float: right;
     margin : 50%,0%,0%,60%,
     
     
     
 } 
} 






/body


/html


