/*html { 

  background: url('sprinkles_me.jpg') repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/

/*html { 

  background: url('sprinkles.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/

li {float:left;}

a:link {color:#000000;
        text-decoration:none;
        }      /* unvisited link */

a:visited {color:#FF0000;
           text-decoration:none;
           }  /* visited link */

a:hover {color:#888888   ;
         text-decoration:none;}  /* mouse over link */
a:active {color:#000000;
          text-decoration:none}  /* selected link */


/*/---TITLE---/*/

h1 {position: absolute;
  left: 100px;
  top: 100px;
  right: 100px;
  color: #000000;
  font-family: helvetica, sans-serif;
  font-size: 38px}

  p {
  left: 100px;
  right: 100px;
  font-family: arial, sans-serif;
  font-size: 15px;
  line-height: 12px;
  color: #0000000;}

/*/---HEADER---/*/

h2 { position: absolute;
  left: 100px;
  right: 100px;
  top: 100px;
  color: #000000;
  font-family: helvetica, sans-serif;
  font-size: 38px}
}


/*/---pink---/*/
h3 {position: absolute;
    left: 150px;
    top:180px;
    color: #000000;
    font-family: "Times New Roman",Serif;
    font-weight:normal;
    font-size: 14px;
}

h4 {position: absolute;
    color: #545454;
    font-family: arial, sans-serif;
    font-size: 20px;
    width: 1000px;
    text-align: right;
}

h5 {position: absolute;
    left: 10px;
    right: 10px;
  /*  bottom:0px;*/
    font-family: arial, sans-serif;
    font-size: 30px;
    line-height: 14px;
    color: #545454;}

h6 {position: fixed;
  font-family: times,Serif;
  font-size: 14px;
  line-height: 17px;
  opacity: 0.7;
  color: #545454

  } 

  .centered {
    margin: 0 auto;
    text-align: right;

  }


