body {
	background-color: #fefffe;
}

h1, h2, p, a {color: #9d7ea0;}
h1 {font: normal 40px Pacifico;}
h2 {font: normal 30px Quicksand;}
p {font: normal 20px Quicksand;}
a {text-decoration: none;}
a:hover {color: #fcf8b0;text-decoration: underline;}
#content {
	margin-top: 150px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;}

@font-face {
    font-family: 'Pacifico';
    src: url('font/Pacifico-webfont.eot');
    src: url('font/Pacifico-webfont.eot?iefix') format('eot'),
         url('font/Pacifico-webfont.woff') format('woff'),
         url('font/Pacifico-webfont.ttf') format('truetype'),
         url('font/Pacifico-webfont.svg#webfontk7xyGDbU') format('svg');
    font-weight: normal;
    font-style: normal;}

@font-face {
    font-family: 'Quicksand';
    src: url('font/Quicksand_Light-webfont.eot');
    src: url('font/Quicksand_Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/Quicksand_Light-webfont.woff') format('woff'),
         url('font/Quicksand_Light-webfont.ttf') format('truetype'),
         url('font/Quicksand_Light-webfont.svg#QuicksandLight') format('svg');
    font-weight: normal;
    font-style: normal;}
