@font-face {
    font-family: "Fontin Sans Bold";
    src: url(../font/kaaaipi.ttf);
	}
	

body{
	font-family: 'akzidenz grotesk roman', 'helvetica', sans-serif;
	font-weight: normal;
	color: red;
	background-color: #ffffff;
	font-size: 2em;
	text-transform: uppercase;
	letter-spacing: 12pt;
	word-spacing: 0pt;
	line-height: 1.9em;
}

div {	font-family: 'monaco', 'lucida sans typewriter', monospace;

	margin-left: -5px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: -5px;
	color: white;
	left: 0px;
	top: 0px;
	padding: 15px;
	background-color: black;
}

h1 {
	font-family: 'monaco', 'lucida sans typewriter', monospace;
	font-size: 12pt;
	letter-spacing: 3pt;
	word-spacing: 0pt;
	color: white;
	font-weight:normal;


}

p {
	font-size: 12pt;
	letter-spacing: 4pt;
	word-spacing: 0pt;
	color: #5b5b5b;
	font-weight:normal;


}

/* LINKS */

a:link,a:visited,a:hover,a:active{ 
	font-size: 80pt;
	font-family: 'akzidenz grotesk roman', 'helvetica', sans-serif;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

a:active,a:hover
{ 
	background-color: red; 
	color: white;
}

</style>
