@font-face
{
font-family: NeoSans;
src: url('NeoSans-Light_0.otf');  
}

@font-face
{
font-family: Bebas;
src:url('bebas__.otf');

}

@font-face
{
font-family:NeoSansMedium;
src:url('NeoSans-Medium_0.otf');

}

div
{
font-family:NeoSansMedium;
color:#fde960;
margin-left:46px;
letter-spacing:7px;
font-size:18px;
}
h1
{
font-family:Bebas;
color:#fde960;

margin-left:2px;

}

h2
{
font-family:Bebas;
color:#f3b622;
letter-spacing:15px;
margin-left:30px;

}

h3
{
font-family:Bebas;
color:#f3b622;
letter-spacing:5px;
margin-left:20px;

}

img
{
margin-left:2px;
}
a
{
color:#fde960;
}
a:link {#fde960;}      /* unvisited link */
a:visited {color:#fde960;}  /* visited link */
a:hover {color:#609ffd;}  /* mouse over link */
a:active {color:#fde960;}  /* selected link */




p {margin-left:20px;
	font-family:NeoSans;
		color:white;}
body {background-image:url("background.png");}