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

body {
background-color: #cccc99;
	margin: auto;
	text-align: center;
	}

.ozdate {
    text-align: center;
    font: 10em 'DaysRegular', Arial, sans-serif;
    color: #313330;
}

.ozheart {
    text-align: center;
    font: 20em 'DaysRegular', Arial, sans-serif;
    color: #313330;
}
.ozfooter {
   text-align: center;
    font: 5em 'DaysRegular', Arial, sans-serif;
    color: #313330;
}

.ozinfo {
    margin-left: -moz-calc((100% - 50em) / 2);
    margin-left: -webkit-calc((100% - 50em) / 2);
    margin-left: -o-calc((100% - 50em) / 2);
    margin-left: -ms-calc((100% - 50em) / 2);
    margin-left: calc((100% - 50em) / 2);
    width: 50em;
    text-align: left;
}

.ozfooterr {
    text-align: center;
    font: 1em Droid Sans, Arial, sans-serif;
    color: #313330;
}

h1 {
    font: 1.8em Georgia, Times New Roman, serif;
}

p {
    font: 1em Georgia, Times New Roman, serif;
    margin-left: 0.5em;
}

a {
    color: #49708a;
}

a:hover {
    color: #88abc2;
}