@font-face
{
font-family: straight;
src: url('src/nokiafc22.ttf'); /* IE9 */
}

@font-face
{
font-family: heading;
src: url('src/Perfect DOS VGA 437 Win.ttf'); /* IE9 */
}

h1{
font-family: straight;
font-size:24pt;
color:white;
text-align:center;
line-height:4em;
}

h1.title{
line-height:0;
}

p{
font-family: straight;
font-size:12pt;
color:white;
text-align:justify;
line-height:1.4em;
}

p.real-talk{
font-family: sans-serif;
text-align: justify;
}

a{
color:rgb(223, 157, 16);
}

body{
background-color:#1C0F05;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.canvasHolder{
margin-left:auto;
margin-right:auto;
width:960px;
}

.storybox{
width:1000px;
margin-left:auto;
margin-right:auto;
}