@font-face {	font-family:'oakbreaker';
		src:url('/var/www/html/oakbreaker/mister_pablo.ttf');
	}

p { 	font-family: oakbreaker, arial, sans-serif;
	color: white;}

	/* unvisited link */
 a:link {
     color: white;
 }

 /* visited link */
 a:visited {
     color: white;
 }

 /* mouse over link */
 a:hover {
     color: white;
 }

 /* selected link */
 a:active {
     color: white;
 }
