@font-face
{
    font-family: my_font;
    src: url('trebuc.eot');
    src: local(my_font), url('trebuc.ttf') format('opentype');
}

body {
background-color:#D7DF23;
height:100%;
font-family:my_font;
position: relative;
line-height:1;	
color:#009183;
width:95%;
	margin-top:2em;
	margin-left:auto;
	margin-right:auto;
}

p, a{
font-family:my_font;
color:#009183;
}

.right {
float:right;
}

