html {
    -webkit-font-smoothing: antialiased;}
header{
        color: black;
    font-weight: 500;
        font-size: 280%; 
        padding: 10px 10px 10px; 
		background-repeat: no-repeat;
		height: 240px;
		width: 700px;
    text-shadow: 5px 5px 5px #666;}
body{
     background: #f9f9f9;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    color: #545454;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 900px;
    padding: 3px 3em 3px;}
h1, h2, h3, h4{
    
font-weight: 300;}
h1{color: black;
    text-shadow: 2px 1px 5px #666;}

h2 {text-shadow: 1px 1px 1px #003399; 
    color: #003399; 
     font-family: arial, sans-serif;
	 padding-bottom: 0.1em;}
h3{color: black;}

footer{
    font-size: 80%;
	color: white;
	width: 300;
         text-align: center;
		
         padding-bottom: 6em;
		 padding-right: 6em;
		 padding-left: 6em;
		 padding-top: 2em;
		 background-image: url("bg.jpg");
       position: fixed;
}
.footer {
	text-align: center;
	
}
.left{
text-align:left;
float:left;
}
.right{
float:right;
text-align:right;
}
.centered{
text-align:center;
}