/* Copyright ZEROBYTE, all rights reserved. */

/* ZEROBYTE Font */
@font-face { font-family:'ZEROBYTE-font'; src:url('Handel-Gothic-BT.ttf.woff') format('woff'); }
.zb-font { font-family:ZEROBYTE-font; letter-spacing: 2px; }

/* Link */
.ui-link { color:#013f90; }
.zb-link { color:#013f90; }
.white-link { color:#ffffff; }
.white-link:hover { color:#ffffff; text-decoration:none; }
a:link, a:visited { text-decoration:none; }
a:hover { text-decoration:underline; }
