body {
    background-image: url('../images/background.png');
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
	
	 font-family: 'Oswald', serif;
    
} /* CSS Document */

h1{
 text-shadow: 4px 4px 4px #aaa;
 font-effect-stonewash
 font-size:33px;	
}

h2{
font-size:30px;	
font-family: 'Tangerine', serif;
}
p {
 font-family: 'Oswald', serif;
        font-size: 18px;	
	
	
}

a {font-size:9px}