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

body{
	font-family: 'kaaaipi', 'monaco', monospace;
	color: #ffff66;
	background-color: #7f7f7f;
	font-size: 3em;
	text-transform: uppercase;
	letter-spacing: 15pt;
	word-spacing: 0pt;
	line-height: 1.55em;
}

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

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


}

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

	font-size: 8pt;
	letter-spacing: 3pt;
	word-spacing: 0pt;
	color: #5b5b5b;
	font-weight:normal;


}

/* LINKS */

a:link,a:visited,a:hover,a:active{ 
	font-size: 130pt;
	font-family: 'kaaaipi', 'monaco', monospace;
	color: #ffff66;
	text-decoration: none;
}

a:active,a:hover
{ 
	background-color: #ffff66; 
	color: #7f7f7f;
}

</style>
